Skip to content

Commit

Permalink
Fix simple typo: precendence -> precedence (#235)
Browse files Browse the repository at this point in the history
Closes #234
  • Loading branch information
timgates42 authored and martinblech committed Dec 26, 2019
1 parent 587a7c4 commit d6a8377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmltodict.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def parse(xml_input, encoding=None, expat=expat, process_namespaces=False,
force_list argument is a tuple of keys. If the key for a given level
of hierarchy is in the force_list argument, that level of hierarchy
will have a list as a child (even if there is only one sub-element).
The index_keys operation takes precendence over this. This is applied
The index_keys operation takes precedence over this. This is applied
after any user-supplied postprocessor has already run.
For example, given this input:
Expand Down

0 comments on commit d6a8377

Please sign in to comment.