We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4008114 commit 1b782e3Copy full SHA for 1b782e3
Doc/library/json.rst
@@ -487,7 +487,7 @@ Encoders and Decoders
487
488
If *skipkeys* is false (the default), a :exc:`TypeError` will be raised when
489
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.
+ :class:`bool` or ``None``. If *skipkeys* is true, such items are simply skipped.
491
492
If *ensure_ascii* is true (the default), the output is guaranteed to
493
have all incoming non-ASCII characters escaped. If *ensure_ascii* is
0 commit comments