Skip to content

Commit

Permalink
Merge pull request #76 from domi877/patch-1
Browse files Browse the repository at this point in the history
Updating pip & Suggestion for better doc in parse method
  • Loading branch information
stchris authored Jul 1, 2022
2 parents e8f81d3 + 0a79237 commit 858354b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions untangle.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ def parse(filename, **parser_features):
parses it and returns a Python object which represents the given
document.
Extra arguments to this function are treated as feature values to pass
to ``parser.setFeature()``. For example, ``feature_external_ges=False``
Extra arguments to this function are treated as feature values that are
passed to ``parser.setFeature()``. For example, ``feature_external_ges=False``
will set ``xml.sax.handler.feature_external_ges`` to False, disabling
the parser's inclusion of external general (text) entities such as DTDs.
Expand Down

0 comments on commit 858354b

Please sign in to comment.