Skip to content

Commit 56dfcfd

Browse files
gh-137533:add a link for RFC8259
Thanks for StanFromIreland's suggestion Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 1161ad0 commit 56dfcfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/json.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ Basic Usage
366366

367367
.. note::
368368

369-
As mandated by RFC 8259, keys in JSON key-value pairs are always of
369+
As mandated by :rfc:`8259`, keys in JSON key-value pairs are always of
370370
type :class:`str`. Therefore, dictionary keys obtained by
371371
deserializing JSON objects will always be strings.
372372
For Example,

0 commit comments

Comments
 (0)