diff --git a/pandas/core/frame.py b/pandas/core/frame.py index 9c1d593187b2c..1653eedd26bc3 100755 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -1358,7 +1358,7 @@ def to_latex(self, buf=None, columns=None, col_space=None, colSpace=None, bold_rows=True, longtable=False, escape=True): """ Render a DataFrame to a tabular environment table. You can splice - this into a LaTeX document. Requires \\usepackage(booktabs}. + this into a LaTeX document. Requires \\usepackage{booktabs}. `to_latex`-specific options: