From 36b96e20d4aaae5646745c096c34e0c7642dd367 Mon Sep 17 00:00:00 2001 From: sanguineturtle Date: Wed, 18 Jun 2014 11:30:00 +1000 Subject: [PATCH] [doc fix] minor update to fix latex usepackage syntax --- pandas/core/frame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: