Skip to content

Commit 858354b

Browse files
authored
Merge pull request #76 from domi877/patch-1
Updating pip & Suggestion for better doc in parse method
2 parents e8f81d3 + 0a79237 commit 858354b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

untangle.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ def parse(filename, **parser_features):
174174
parses it and returns a Python object which represents the given
175175
document.
176176
177-
Extra arguments to this function are treated as feature values to pass
178-
to ``parser.setFeature()``. For example, ``feature_external_ges=False``
177+
Extra arguments to this function are treated as feature values that are
178+
passed to ``parser.setFeature()``. For example, ``feature_external_ges=False``
179179
will set ``xml.sax.handler.feature_external_ges`` to False, disabling
180180
the parser's inclusion of external general (text) entities such as DTDs.
181181

0 commit comments

Comments
 (0)