Skip to content

Commit c0163a2

Browse files
committed
Merge pull request #8035 from nesanders/patch-1
DOC: Fixing 'chunksize' parameter name typo io.rst
2 parents b2d5a33 + 6029131 commit c0163a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2722,7 +2722,7 @@ The default is 50,000 rows returned in a chunk.
27222722

27232723
.. code-block:: python
27242724
2725-
for df in read_hdf('store.h5','df', chunsize=3):
2725+
for df in read_hdf('store.h5','df', chunksize=3):
27262726
print(df)
27272727
27282728
Note, that the chunksize keyword applies to the **source** rows. So if you

0 commit comments

Comments
 (0)