Skip to content

Commit 6029131

Browse files
committed
Fixing 'chunksize' parameter name typo io.rst
1 parent b2d5a33 commit 6029131

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)