Skip to content

Commit 9b6732b

Browse files
committed
gh-137533:make up more example to explain json.loads
yes,i made a silly mistake and wasted some CI resource
1 parent 40d0cd1 commit 9b6732b

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
@@ -371,7 +371,7 @@ Basic Usage
371371
deserializing JSON objects will always be strings.
372372
For Example,
373373
``json.loads('{"42":"spam"}')`` returns the dictionary
374-
``{'42': 'spam'}`,but ``json.loads('{42:"spam"}')``
374+
``{'42': 'spam'}``,but ``json.loads('{42:"spam"}')``
375375
will raise a exception,because it is not a correct
376376
JSON text
377377

0 commit comments

Comments
 (0)