mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*
found by Serhiy Storchaka and Matthew Barnett
This commit is contained in:
parent
af8838f443
commit
65e69b3718
6 changed files with 7 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue