Skip to content

Commit 592be66

Browse files
committed
Cleaned up docs and whitespace
1 parent 43ab17b commit 592be66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pandas/_libs/src/ujson/lib/ultrajson.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ typedef struct __JSONObjectEncoder {
246246

247247
/*
248248
Configuration for spaces of indent */
249-
int indent;
249+
int indent;
250250

251251
/*
252252
Set to an error message if error occurred */

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2333,7 +2333,7 @@ def to_json(
23332333
indent : integer, default 0
23342334
Length of whitespace used to indent each record.
23352335
2336-
.. versionadded:: 0.25.0
2336+
.. versionadded:: 1.0.0
23372337
23382338
Returns
23392339
-------

0 commit comments

Comments
 (0)