Skip to content

Commit 724e15f

Browse files
committed
Merge pull request #11037 from gaulinmp/patch-1
DOC: Fix misspelling of max_colwidth in documentation.
2 parents ccaf040 + 9854076 commit 724e15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/options.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ dataframes to stretch across pages, wrapped over the full column vs row-wise.
187187
pd.reset_option('large_repr')
188188
pd.reset_option('max_rows')
189189
190-
``display.max_columnwidth`` sets the maximum width of columns. Cells
190+
``display.max_colwidth`` sets the maximum width of columns. Cells
191191
of this length or longer will be truncated with an ellipsis.
192192

193193
.. ipython:: python

0 commit comments

Comments
 (0)