Skip to content

Commit 0a4411b

Browse files
author
y-p
committed
DOC: clarify option string for expand_repr
1 parent a17b5cb commit 0a4411b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/config_init.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@
114114
pc_expand_repr_doc = """
115115
: boolean
116116
Whether to print out the full DataFrame repr for wide DataFrames
117-
across multiple lines.
118-
If False, the summary representation is shown.
117+
across multiple lines, `max_columns` is still respected, but the output will
118+
wrap-around across multiple "pages" if it's width exceeds `display.width`.
119119
"""
120120

121121
pc_line_width_doc = """

0 commit comments

Comments
 (0)