Skip to content

Commit f287be2

Browse files
committed
Remove mention of 'Unicode' strings in documentation
1 parent 7afe1ad commit f287be2

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
@@ -640,7 +640,7 @@ strings only contain ASCII characters.
640640

641641
Other than the *ensure_ascii* parameter, this module is defined strictly in
642642
terms of conversion between Python objects and
643-
:class:`Unicode strings <str>`, and thus does not otherwise directly address
643+
:class:`strings <str>`, and thus does not otherwise directly address
644644
the issue of character encodings.
645645

646646
The RFC prohibits adding a byte order mark (BOM) to the start of a JSON text,

0 commit comments

Comments
 (0)