Skip to content

Commit 5e31aa5

Browse files
committed
revised docstring for NDFrame.to_latex() (pandas-dev#25436)
1 parent 3e9cf63 commit 5e31aa5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/generic.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -2786,8 +2786,7 @@ def to_latex(self, buf=None, columns=None, col_space=None, header=True,
27862786
multicolumn_format=None, multirow=None, caption=None,
27872787
label=None):
27882788
r"""
2789-
Render an object to a LaTeX tabular, longtable, or nested
2790-
table/tabular environment.
2789+
Render object to a LaTeX tabular, longtable, or nested table/tabular.
27912790
27922791
Render an object to a tabular environment table. You can splice
27932792
this into a LaTeX document. Requires \usepackage{booktabs}.

0 commit comments

Comments
 (0)