diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-07-11 12:54:44 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-07-11 12:54:44 (GMT) |
commit | 702f4f5d6fdb1a49222bb1e70866717f34c3b847 (patch) | |
tree | ae1ee298d781dfd3f0cf82a95d5f1f8175c90fda /Lib/xml | |
parent | 7386268ffd5a87ec03f80773c4cd8bf9dc9953f6 (diff) | |
parent | 204bf0b9aecd221c33f3e0909f261411783acf1b (diff) | |
download | cpython-702f4f5d6fdb1a49222bb1e70866717f34c3b847.zip cpython-702f4f5d6fdb1a49222bb1e70866717f34c3b847.tar.gz cpython-702f4f5d6fdb1a49222bb1e70866717f34c3b847.tar.bz2 |
Issue #23804: Merge spelling and NEWS fixes from 3.5
Diffstat (limited to 'Lib/xml')
-rw-r--r-- | Lib/xml/dom/expatbuilder.py | 2 |
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: |