summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2020-12-29 21:54:20 +1100
committerTim Gates <tim.gates@iress.com>2020-12-29 21:54:20 +1100
commit1c5b3a19c258ada99f60d35878428eff0a655136 (patch)
treeb9dfbe0b2d2032498cc4740a9eedcd6fc82af888 /simplejson
parentcad8305713c007864aaf556bf0cfa48823aed3ab (diff)
downloadsimplejson-1c5b3a19c258ada99f60d35878428eff0a655136.tar.gz
docs: fix simple typo, precendence -> precedence
There is a small typo in simplejson/__init__.py. Should read `precedence` rather than `precendence`.
Diffstat (limited to 'simplejson')
-rw-r--r--simplejson/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/simplejson/__init__.py b/simplejson/__init__.py
index 2e3b838..531b83d 100644
--- a/simplejson/__init__.py
+++ b/simplejson/__init__.py
@@ -360,7 +360,7 @@ def dumps(obj, skipkeys=False, ensure_ascii=True, check_circular=True,
If specified, *item_sort_key* is a callable used to sort the items in
each dictionary. This is useful if you want to sort items other than
- in alphabetical order by key. This option takes precendence over
+ in alphabetical order by key. This option takes precedence over
*sort_keys*.
If *sort_keys* is true (default: ``False``), the output of dictionaries