We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_json
indent
str | None
1 parent eba42bd commit 9a0eaf8Copy full SHA for 9a0eaf8
stdlib/_json.pyi
@@ -11,7 +11,7 @@ class make_encoder:
11
@property
12
def key_separator(self) -> str: ...
13
14
- def indent(self) -> int | None: ...
+ def indent(self) -> str | None: ...
15
16
def markers(self) -> dict[int, Any] | None: ...
17
@@ -25,7 +25,7 @@ class make_encoder:
25
markers: dict[int, Any] | None,
26
default: Callable[[Any], Any],
27
encoder: Callable[[str], str],
28
- indent: int | None,
+ indent: str | None,
29
key_separator: str,
30
item_separator: str,
31
sort_keys: bool,
0 commit comments