Skip to content

Commit fffd92f

Browse files
author
y-p
committed
BUG: for numerical option, sentry should be another Type, not 0
1 parent 0555768 commit fffd92f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/config_init.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
pc_width_doc = """
129129
: int
130130
Width of the display in characters. In case python/IPython is running in
131-
a terminal this can be set to 0 and pandas will correctly auto-detect the
131+
a terminal this can be set to None and pandas will correctly auto-detect the
132132
width.
133133
Note that the IPython notebook, IPython qtconsole, or IDLE do not run in a
134134
terminal and hence it is not possible to correctly detect the width.
@@ -137,7 +137,7 @@
137137
pc_height_doc = """
138138
: int
139139
Height of the display in lines. In case python/IPython is running in a
140-
terminal this can be set to 0 and pandas will auto-detect the width.
140+
terminal this can be set to None and pandas will auto-detect the width.
141141
Note that the IPython notebook, IPython qtconsole, or IDLE do not run
142142
in a terminal, and hence it is not possible to correctly detect the height.
143143
"""

0 commit comments

Comments
 (0)