summaryrefslogtreecommitdiffstats
path: root/Modules/expat/xmltok.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-06-11 20:33:17 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-06-11 20:33:17 (GMT)
commitb5ad54990fc74fe043c91d2a005c7c32c931bc5d (patch)
tree1acfe2e4ea825172c06709c961c474cb6921d17e /Modules/expat/xmltok.c
parentb0557e729e07e63f36d91d1d631424616373a384 (diff)
parent196d7db3956f4c0b03e87b570771b3460a61bab5 (diff)
downloadcpython-b5ad54990fc74fe043c91d2a005c7c32c931bc5d.zip
cpython-b5ad54990fc74fe043c91d2a005c7c32c931bc5d.tar.gz
cpython-b5ad54990fc74fe043c91d2a005c7c32c931bc5d.tar.bz2
merge 3.4 (#26556)
Diffstat (limited to 'Modules/expat/xmltok.c')
-rw-r--r--Modules/expat/xmltok.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/expat/xmltok.c b/Modules/expat/xmltok.c
index fd6bf7a..205c07e 100644
--- a/Modules/expat/xmltok.c
+++ b/Modules/expat/xmltok.c
@@ -1584,7 +1584,7 @@ initScan(const ENCODING * const *encodingTable,
if (ptr[0] == '\0') {
/* 0 isn't a legal data character. Furthermore a document
entity can only start with ASCII characters. So the only
- way this can fail to be big-endian UTF-16 is if it is an
+ way this can fail to be big-endian UTF-16 if it it's an
external parsed general entity that's labelled as
UTF-16LE.
*/