Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
3d08f25a
Commit
3d08f25a
authored
Mar 08, 2013
by
Terry Jan Reedy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.
parent
a7b584b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Doc/library/json.rst
Doc/library/json.rst
+1
-1
Misc/ACKS
Misc/ACKS
+1
-0
No files found.
Doc/library/json.rst
View file @
3d08f25a
...
...
@@ -197,7 +197,7 @@ Basic Usage
Keys in key/value pairs of JSON are always of the type :class:`str`. When
a dictionary is converted into JSON, all the keys of the dictionary are
coerced to strings. As a result of this, if a dictionary is convered
coerced to strings. As a result of this, if a dictionary is conver
t
ed
into JSON and then back into a dictionary, the dictionary may not equal
the original one. That is, ``loads(dumps(x)) != x`` if x has non-string
keys.
...
...
Misc/ACKS
View file @
3d08f25a
...
...
@@ -409,6 +409,7 @@ Chris Herborth
Ivan Herman
Jürgen Hermann
Gary Herron
Ernie Hershey
Thomas Herve
Bernhard Herzog
Magnus L. Hetland
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment