Skip to content

Commit 36b96e2

Browse files
committed
[doc fix] minor update to fix latex usepackage syntax
1 parent 463aa0d commit 36b96e2

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)