Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*

found by Serhiy Storchaka and Matthew Barnett
This commit is contained in:
Terry Jan Reedy 2013-03-11 17:23:46 -04:00
parent af8838f443
commit 65e69b3718
6 changed files with 7 additions and 7 deletions

View file

@ -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)