File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 128
128
pc_width_doc = """
129
129
: int
130
130
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
132
132
width.
133
133
Note that the IPython notebook, IPython qtconsole, or IDLE do not run in a
134
134
terminal and hence it is not possible to correctly detect the width.
137
137
pc_height_doc = """
138
138
: int
139
139
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.
141
141
Note that the IPython notebook, IPython qtconsole, or IDLE do not run
142
142
in a terminal, and hence it is not possible to correctly detect the height.
143
143
"""
You can’t perform that action at this time.
0 commit comments