Skip to content

Commit a7604fc

Browse files
bllchmbrsjreback
authored andcommitted
fix ##14664 (#14665)
1 parent 3f523f3 commit a7604fc

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
@@ -1066,7 +1066,7 @@ def to_json(self, path_or_buf=None, orient=None, date_format='epoch',
10661066
Handler to call if object cannot otherwise be converted to a
10671067
suitable format for JSON. Should receive a single argument which is
10681068
the object to convert and return a serialisable object.
1069-
lines : boolean, defalut False
1069+
lines : boolean, default False
10701070
If 'orient' is 'records' write out line delimited json format. Will
10711071
throw ValueError if incorrect 'orient' since others are not list
10721072
like.

0 commit comments

Comments
 (0)