From 98540766f1cab47552c4b293bf9e48394f60296b Mon Sep 17 00:00:00 2001 From: Mac Date: Wed, 9 Sep 2015 15:11:21 -0500 Subject: [PATCH] Fix misspelling of max_colwidth in documentation. One location referencing `display.max_colwidth` was incorrectly spelled as `display.max_columnwidth`. --- doc/source/options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/options.rst b/doc/source/options.rst index 753c4cc52cab8..fb57175f96eaa 100644 --- a/doc/source/options.rst +++ b/doc/source/options.rst @@ -187,7 +187,7 @@ dataframes to stretch across pages, wrapped over the full column vs row-wise. pd.reset_option('large_repr') pd.reset_option('max_rows') -``display.max_columnwidth`` sets the maximum width of columns. Cells +``display.max_colwidth`` sets the maximum width of columns. Cells of this length or longer will be truncated with an ellipsis. .. ipython:: python