summaryrefslogtreecommitdiffstats
path: root/Modules/expat
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 21:42:46 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 21:42:46 (GMT)
commit0158af38b73b76516f18b1774e1c590f459cb188 (patch)
tree7a74dea12c9b01169cfe65820a2b7662df2ee2b0 /Modules/expat
parent65e69b37183eb0172b9fbbf28388ff0b0d05b792 (diff)
downloadcpython-0158af38b73b76516f18b1774e1c590f459cb188.zip
cpython-0158af38b73b76516f18b1774e1c590f459cb188.tar.gz
cpython-0158af38b73b76516f18b1774e1c590f459cb188.tar.bz2
Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,
as reported by Serhiy Storchaka and Matthew Barnett.
Diffstat (limited to 'Modules/expat')
-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 bf09dfc..b9cd7a4 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 if it it's an
+ way this can fail to be big-endian UTF-16 is if it is an
external parsed general entity that's labelled as
UTF-16LE.
*/