We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7afe1ad commit f287be2Copy full SHA for f287be2
Doc/library/json.rst
@@ -640,7 +640,7 @@ strings only contain ASCII characters.
640
641
Other than the *ensure_ascii* parameter, this module is defined strictly in
642
terms of conversion between Python objects and
643
-:class:`Unicode strings <str>`, and thus does not otherwise directly address
+:class:`strings <str>`, and thus does not otherwise directly address
644
the issue of character encodings.
645
646
The RFC prohibits adding a byte order mark (BOM) to the start of a JSON text,
0 commit comments