diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-11 21:23:46 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-11 21:23:46 (GMT) |
commit | 65e69b37183eb0172b9fbbf28388ff0b0d05b792 (patch) | |
tree | 2462ee8dc9a44af4f422c64b2425d5166a0420ad /Doc/library | |
parent | af8838f4430cec7ba36caf3ce419a5205451c02a (diff) | |
download | cpython-65e69b37183eb0172b9fbbf28388ff0b0d05b792.zip cpython-65e69b37183eb0172b9fbbf28388ff0b0d05b792.tar.gz cpython-65e69b37183eb0172b9fbbf28388ff0b0d05b792.tar.bz2 |
Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*
found by Serhiy Storchaka and Matthew Barnett
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/xml.dom.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xml.dom.rst b/Doc/library/xml.dom.rst index 297fc0c..1a3a6a4 100644 --- a/Doc/library/xml.dom.rst +++ b/Doc/library/xml.dom.rst @@ -357,7 +357,7 @@ All of the components of an XML document are subclasses of :class:`Node`. Add a new child node to this node at the end of the list of children, returning *newChild*. If the node was already in - in the tree, it is removed first. + the tree, it is removed first. .. method:: Node.insertBefore(newChild, refChild) |