nuno-faria commented on code in PR #1481:
URL: 
https://github.com/apache/datafusion-python/pull/1481#discussion_r3053916394


##########
python/datafusion/dataframe_formatter.py:
##########
@@ -748,7 +748,7 @@ def get_formatter() -> DataFrameHtmlFormatter:
         The global HTML formatter instance
 
     Example:
-        >>> from datafusion.html_formatter import get_formatter
+        >>> from datafusion.dataframe_formatter import get_formatter
         >>> formatter = get_formatter()
         >>> formatter.max_cell_length = 50  # Increase cell length
     """

Review Comment:
   Here is the referenced page: 
https://datafusion.apache.org/python/user-guide/dataframe/rendering.html



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to