We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8f81d3 + 0a79237 commit 858354bCopy full SHA for 858354b
untangle.py
@@ -174,8 +174,8 @@ def parse(filename, **parser_features):
174
parses it and returns a Python object which represents the given
175
document.
176
177
- Extra arguments to this function are treated as feature values to pass
178
- 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``
179
will set ``xml.sax.handler.feature_external_ges`` to False, disabling
180
the parser's inclusion of external general (text) entities such as DTDs.
181
0 commit comments