Skip to content

Commit 52bbddb

Browse files
tobycheeseproost
authored andcommitted
fix typo in example (pandas-dev#28281)
1 parent f056a6f commit 52bbddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/options.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ determines how many rows are shown in the truncated repr.
163163
.. ipython:: python
164164
165165
pd.set_option('max_rows', 8)
166-
pd.set_option('max_rows', 4)
166+
pd.set_option('min_rows', 4)
167167
# below max_rows -> all rows shown
168168
df = pd.DataFrame(np.random.randn(7, 2))
169169
df

0 commit comments

Comments
 (0)