Skip to content

Commit 975a440

Browse files
DOC: fix missing quote in feather example
1 parent 3318521 commit 975a440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/io.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4198,7 +4198,7 @@ Write to a feather file.
41984198

41994199
.. ipython:: python
42004200
4201-
df.to_feather('example.fth)
4201+
df.to_feather('example.fth')
42024202
42034203
Read from a feather file.
42044204

0 commit comments

Comments
 (0)