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 40d0cd1 commit 9b6732bCopy full SHA for 9b6732b
Doc/library/json.rst
@@ -371,7 +371,7 @@ Basic Usage
371
deserializing JSON objects will always be strings.
372
For Example,
373
``json.loads('{"42":"spam"}')`` returns the dictionary
374
- ``{'42': 'spam'}`,but ``json.loads('{42:"spam"}')``
+ ``{'42': 'spam'}``,but ``json.loads('{42:"spam"}')``
375
will raise a exception,because it is not a correct
376
JSON text
377
0 commit comments