summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2017-07-08 10:41:22 -0700
committerGitHub <noreply@github.com>2017-07-08 10:41:22 -0700
commit833c84dce6ed3a6d06851ae47bf3cced5b77a031 (patch)
tree0a6ac8bc9aa3de2df8775fa06f46af730d9a3517 /CHANGES.txt
parentcae6d7b381bc07ed6aad97a52a41713ee29c6a37 (diff)
parent8b28e157074b640406d2f0d217e36fb59fc8bb12 (diff)
downloadsimplejson-833c84dce6ed3a6d06851ae47bf3cced5b77a031.tar.gz
Merge pull request #180 from felixonmars/fix-typo
Fix a typo: verison -> version
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index eecb59e..9b98658 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -274,7 +274,7 @@ Version 3.0.0 released 2012-12-30
* Python 3.3 is now supported, thanks to Vinay Sajip
https://github.com/simplejson/simplejson/issues/8
-* `sort_keys`/`item_sort_key` now sort on the stringified verison of the
+* `sort_keys`/`item_sort_key` now sort on the stringified version of the
key, rather than the original object. This ensures that the sort
only compares string types and makes the behavior consistent between
Python 2.x and Python 3.x.