Skip to content

Commit 1b782e3

Browse files
committed
Revert the spacing
1 parent 4008114 commit 1b782e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/json.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ Encoders and Decoders
487487

488488
If *skipkeys* is false (the default), a :exc:`TypeError` will be raised when
489489
trying to encode keys that are not :class:`str`, :class:`int`, :class:`float`,
490-
:class:`bool` or ``None``. If *skipkeys* is true, such items are simply skipped.
490+
:class:`bool` or ``None``. If *skipkeys* is true, such items are simply skipped.
491491

492492
If *ensure_ascii* is true (the default), the output is guaranteed to
493493
have all incoming non-ASCII characters escaped. If *ensure_ascii* is

0 commit comments

Comments
 (0)