Skip to content

Commit 8a0c97e

Browse files
committed
Update to_json docstring
1 parent a6aabad commit 8a0c97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1966,7 +1966,7 @@ def to_json(self, path_or_buf=None, orient=None, date_format=None,
19661966
19671967
.. versionadded:: 0.19.0
19681968
1969-
compression : {'infer', 'gzip', 'bz2', 'xz', None}, default None
1969+
compression : {'infer', 'gzip', 'bz2', 'xz', None}, default 'infer'
19701970
A string representing the compression to use in the output file,
19711971
only used when the first argument is a filename.
19721972

0 commit comments

Comments
 (0)