mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Fix markup in elementtree docs.
This commit is contained in:
parent
ec42975bc6
commit
74eba65fb6
1 changed files with 2 additions and 2 deletions
|
@ -983,8 +983,8 @@ XMLParser Objects
|
|||
.. method:: close()
|
||||
|
||||
Finishes feeding data to the parser. Returns the result of calling the
|
||||
`close` method of the *target* passed during construction; by default,
|
||||
this is the toplevel document element.
|
||||
:meth:`~TreeBuilder.close` method of the *target* passed during
|
||||
construction; by default, this is the toplevel document element.
|
||||
|
||||
|
||||
.. method:: doctype(name, pubid, system)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue