summaryrefslogtreecommitdiff
path: root/src/lxml/includes/xmlparser.pxd
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-03-18 09:32:59 +0100
committerStefan Behnel <stefan_ml@behnel.de>2017-03-18 09:32:59 +0100
commit2802687228fd26c0d87d3aba76fb16570d448a25 (patch)
treedc593d7ab640b42df46899cc37097635a08830e4 /src/lxml/includes/xmlparser.pxd
parentfd9cf961fdf94ce3f2c70c6e45e314c2ded8cf8e (diff)
downloadpython-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.pxd4
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