From 1c5b3a19c258ada99f60d35878428eff0a655136 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 29 Dec 2020 21:54:20 +1100 Subject: docs: fix simple typo, precendence -> precedence There is a small typo in simplejson/__init__.py. Should read `precedence` rather than `precendence`. --- simplejson/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1