Skip to content

Commit 9854076

Browse files
committed
Fix misspelling of max_colwidth in documentation.
One location referencing `display.max_colwidth` was incorrectly spelled as `display.max_columnwidth`.
1 parent 278b06c commit 9854076

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)