We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ab17b commit 592be66Copy full SHA for 592be66
pandas/_libs/src/ujson/lib/ultrajson.h
@@ -246,7 +246,7 @@ typedef struct __JSONObjectEncoder {
246
247
/*
248
Configuration for spaces of indent */
249
- int indent;
+ int indent;
250
251
252
Set to an error message if error occurred */
pandas/core/generic.py
@@ -2333,7 +2333,7 @@ def to_json(
2333
indent : integer, default 0
2334
Length of whitespace used to indent each record.
2335
2336
- .. versionadded:: 0.25.0
+ .. versionadded:: 1.0.0
2337
2338
Returns
2339
-------
0 commit comments