diff options
| author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-11 17:26:33 -0400 |
|---|---|---|
| committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-11 17:26:33 -0400 |
| commit | caeb6bea9bd52859bceae8437bd931335aacad94 (patch) | |
| tree | c08b1fe76ef466a75c6522eccbbd800c233a99e6 /Doc/library | |
| parent | c9cfcf1e6cd946492be949533de906785d690069 (diff) | |
| parent | 65e69b37183eb0172b9fbbf28388ff0b0d05b792 (diff) | |
| download | cpython-git-caeb6bea9bd52859bceae8437bd931335aacad94.tar.gz | |
Merge with 3.2: 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 297fc0c5c0..1a3a6a4b1f 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) |
