Issue #25161: Add full stops in documentation; patch by Takase Arihiro

This commit is contained in:
Martin Panter 2015-10-10 10:36:22 +00:00
parent cfad54344f
commit d21e0b52f1
38 changed files with 42 additions and 40 deletions

View file

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