summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2017-07-01 18:58:15 +0800
committerFelix Yan <felixonmars@archlinux.org>2017-07-01 18:58:15 +0800
commit8b28e157074b640406d2f0d217e36fb59fc8bb12 (patch)
tree875165cb65c259d62592cabf271410eecd9daeee
parent52550b07f2e39d53d55ec13aedc5421959168ecd (diff)
downloadsimplejson-8b28e157074b640406d2f0d217e36fb59fc8bb12.tar.gz
Fix a typo: verison -> version
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ae8b7e3..81f07a4 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -268,7 +268,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.