Skip to content

Commit f17de69

Browse files
committed
gh-137533:correct expression
1 parent 1814bfa commit f17de69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/json.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ See :ref:`json-commandline` for detailed documentation.
147147
default. Order is only lost if the underlying containers are unordered.
148148

149149
.. note::
150-
Per RFC 7159, JSON keys are strings.
151-
This module's encoder converts dictionary keys to strings,
152-
and its decoder produces dictionaries with string keys.
150+
Per :rfc:`7159`, JSON objects' keys must be strings.
151+
This module's encoder converts Python dictionary's keys to strings,
152+
and its decoder produces Python dictionaries with string keys.
153153

154154
Basic Usage
155155
-----------

0 commit comments

Comments
 (0)