Skip to content

Commit aee2ae0

Browse files
majiangjreback
authored andcommitted
DOC: to_json (#17461)
1 parent 9dc01c4 commit aee2ae0

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)