summaryrefslogtreecommitdiffstats
path: root/Lib/xml/dom
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-07-11 07:51:37 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-07-11 07:51:37 (GMT)
commit204bf0b9aecd221c33f3e0909f261411783acf1b (patch)
tree53640723738b9ed6b5c99010d8a88d328766c66e /Lib/xml/dom
parent0ca0edee336a98f209ed79e640a9dc80620a29bd (diff)
downloadcpython-204bf0b9aecd221c33f3e0909f261411783acf1b.zip
cpython-204bf0b9aecd221c33f3e0909f261411783acf1b.tar.gz
cpython-204bf0b9aecd221c33f3e0909f261411783acf1b.tar.bz2
English spelling and grammar fixes
Diffstat (limited to 'Lib/xml/dom')
-rw-r--r--Lib/xml/dom/expatbuilder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/xml/dom/expatbuilder.py b/Lib/xml/dom/expatbuilder.py
index 8976144..2bd835b 100644
--- a/Lib/xml/dom/expatbuilder.py
+++ b/Lib/xml/dom/expatbuilder.py
@@ -10,7 +10,7 @@ This avoids all the overhead of SAX and pulldom to gain performance.
# minidom DOM and can't be used with other DOM implementations. This
# is due, in part, to a lack of appropriate methods in the DOM (there is
# no way to create Entity and Notation nodes via the DOM Level 2
-# interface), and for performance. The later is the cause of some fairly
+# interface), and for performance. The latter is the cause of some fairly
# cryptic code.
#
# Performance hacks: