diff --git a/Doc/library/json.rst b/Doc/library/json.rst index 12a5a96a3c56f3..e6d7404077794e 100644 --- a/Doc/library/json.rst +++ b/Doc/library/json.rst @@ -640,7 +640,7 @@ strings only contain ASCII characters. Other than the *ensure_ascii* parameter, this module is defined strictly in terms of conversion between Python objects and -:class:`Unicode strings `, and thus does not otherwise directly address +:class:`strings `, and thus does not otherwise directly address the issue of character encodings. The RFC prohibits adding a byte order mark (BOM) to the start of a JSON text,