Skip to content

Commit 2a9c262

Browse files
majiangalanbato
authored andcommitted
DOC: to_json (pandas-dev#17461)
1 parent 4d20f92 commit 2a9c262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ def to_json(self, path_or_buf=None, orient=None, date_format=None,
12651265
Parameters
12661266
----------
12671267
path_or_buf : the path or buffer to write the result string
1268-
if this is None, return a StringIO of the converted string
1268+
if this is None, return the converted string
12691269
orient : string
12701270
12711271
* Series

0 commit comments

Comments
 (0)