Skip to content

Commit c1fd77f

Browse files
authored
Fixed SA04 errors in docstrings (pandas-dev pandas-dev#28792)
1 parent 0184e7a commit c1fd77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/formats/latex.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class LatexFormatter(TableFormatter):
2525
2626
See Also
2727
--------
28-
HTMLFormatter
28+
HTMLFormatter: Internal class for formatting output data in html.
2929
"""
3030

3131
def __init__(

0 commit comments

Comments
 (0)