Skip to content

Commit 43eb5d0

Browse files
Merge pull request #7489 from sanguineturtle/master
[doc fix] minor docstring update to fix df.to_latex() usepackage syntax
2 parents 463aa0d + 36b96e2 commit 43eb5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1358,7 +1358,7 @@ def to_latex(self, buf=None, columns=None, col_space=None, colSpace=None,
13581358
bold_rows=True, longtable=False, escape=True):
13591359
"""
13601360
Render a DataFrame to a tabular environment table. You can splice
1361-
this into a LaTeX document. Requires \\usepackage(booktabs}.
1361+
this into a LaTeX document. Requires \\usepackage{booktabs}.
13621362
13631363
`to_latex`-specific options:
13641364

0 commit comments

Comments
 (0)