Skip to content

Commit

Permalink
Merge pull request #273 from timgates42/bugfix_typo_precedence
Browse files Browse the repository at this point in the history
docs: fix simple typo, precendence -> precedence
  • Loading branch information
etrepum committed Dec 29, 2020
2 parents cad8305 + 1c5b3a1 commit 8bef979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simplejson/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bef979

Please sign in to comment.