mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
This commit is contained in:
parent
cfad54344f
commit
d21e0b52f1
38 changed files with 42 additions and 40 deletions
|
@ -891,7 +891,7 @@ ElementTree Objects
|
|||
|
||||
Creates and returns a tree iterator for the root element. The iterator
|
||||
loops over all elements in this tree, in section order. *tag* is the tag
|
||||
to look for (default is to return all elements)
|
||||
to look for (default is to return all elements).
|
||||
|
||||
|
||||
.. method:: iterfind(match, namespaces=None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue