We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e77cd commit ce8c920Copy full SHA for ce8c920
Doc/library/json.rst
@@ -486,8 +486,8 @@ Encoders and Decoders
486
(to raise :exc:`TypeError`).
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
- or ``None``. If *skipkeys* is true, such items are simply skipped.
+ trying to encode keys that are not :class:`bool`, :class:`str`, :class:`int`,
+ :class:`float` 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