Skip to content

Commit 53ecc58

Browse files
committed
Issue #24540: merger from 3.4
2 parents ab30353 + 54630d9 commit 53ecc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/json/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def dumps(obj, skipkeys=False, ensure_ascii=True, check_circular=True,
184184
default=None, sort_keys=False, **kw):
185185
"""Serialize ``obj`` to a JSON formatted ``str``.
186186
187-
If ``skipkeys`` is false then ``dict`` keys that are not basic types
187+
If ``skipkeys`` is true then ``dict`` keys that are not basic types
188188
(``str``, ``int``, ``float``, ``bool``, ``None``) will be skipped
189189
instead of raising a ``TypeError``.
190190

0 commit comments

Comments
 (0)