Skip to content

Commit f1ed710

Browse files
committed
Json
1 parent 46ea5e5 commit f1ed710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ import json
902902
#### To preserve order:
903903
```python
904904
from collections import OrderedDict
905-
<dict> = json.loads(<str>, object_pairs_hook=OrderedDict)
905+
<object> = json.loads(<str>, object_pairs_hook=OrderedDict)
906906
```
907907

908908
### Read File

0 commit comments

Comments
 (0)