Skip to content

Commit 1747f73

Browse files
author
KrishnaSai2020
committed
doctest fix for pandas-dev#42671
1 parent 423db46 commit 1747f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/stata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
169169
>>> itr = pd.read_stata('docs_examples/read_stata_example.dta', chunksize=10000)
170170
>>> for chunk in itr:
171-
>>> pass # do_something(chunk)
171+
... pass # do_something(chunk)
172172
"""
173173

174174
_read_method_doc = f"""\

0 commit comments

Comments
 (0)