Skip to content

Commit 2b08a80

Browse files
committed
fix wrong pandas version in docstring
1 parent 90020ed commit 2b08a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/parsers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
conversion. May produce significant speed-up when parsing duplicate
241241
date strings, especially ones with timezone offsets.
242242
243-
.. versionadded:: 0.23.0
243+
.. versionadded:: 0.25.0
244244
iterator : bool, default False
245245
Return TextFileReader object for iteration or getting chunks with
246246
``get_chunk()``.

0 commit comments

Comments
 (0)