Skip to content

Commit

Permalink
Merge fdaec06 into fb916a9
Browse files Browse the repository at this point in the history
  • Loading branch information
domi877 committed Feb 25, 2021
2 parents fb916a9 + fdaec06 commit be4c20b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,7 @@ python:
- 3.8
- pypy
install:
- pip install --upgrade pip
- pip install coveralls
- pip install tox
script:
Expand Down
4 changes: 2 additions & 2 deletions untangle.py
Expand Up @@ -173,8 +173,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 be4c20b

Please sign in to comment.