diff options
| author | Stefan Behnel <stefan_ml@behnel.de> | 2017-03-18 09:32:59 +0100 |
|---|---|---|
| committer | Stefan Behnel <stefan_ml@behnel.de> | 2017-03-18 09:32:59 +0100 |
| commit | 2802687228fd26c0d87d3aba76fb16570d448a25 (patch) | |
| tree | dc593d7ab640b42df46899cc37097635a08830e4 /src/lxml/includes/xmlparser.pxd | |
| parent | fd9cf961fdf94ce3f2c70c6e45e314c2ded8cf8e (diff) | |
| download | python-lxml-2802687228fd26c0d87d3aba76fb16570d448a25.tar.gz | |
fix spelling mistakes originally found by scop in GH#230
Diffstat (limited to 'src/lxml/includes/xmlparser.pxd')
| -rw-r--r-- | src/lxml/includes/xmlparser.pxd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lxml/includes/xmlparser.pxd b/src/lxml/includes/xmlparser.pxd index 187b079f..a196e34b 100644 --- a/src/lxml/includes/xmlparser.pxd +++ b/src/lxml/includes/xmlparser.pxd @@ -161,9 +161,9 @@ cdef extern from "libxml/parser.h": XML_PARSE_PEDANTIC = 128 # pedantic error reporting XML_PARSE_NOBLANKS = 256 # remove blank nodes XML_PARSE_SAX1 = 512 # use the SAX1 interface internally - XML_PARSE_XINCLUDE = 1024 # Implement XInclude substitition + XML_PARSE_XINCLUDE = 1024 # Implement XInclude substitution XML_PARSE_NONET = 2048 # Forbid network access - XML_PARSE_NODICT = 4096 # Do not reuse the context dictionnary + XML_PARSE_NODICT = 4096 # Do not reuse the context dictionary XML_PARSE_NSCLEAN = 8192 # remove redundant namespaces declarations XML_PARSE_NOCDATA = 16384 # merge CDATA as text nodes XML_PARSE_NOXINCNODE = 32768 # do not generate XINCLUDE START/END nodes |
