mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +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()
|
.. method:: close()
|
||||||
|
|
||||||
Finishes feeding data to the parser. Returns the result of calling the
|
Finishes feeding data to the parser. Returns the result of calling the
|
||||||
`close` method of the *target* passed during construction; by default,
|
:meth:`~TreeBuilder.close` method of the *target* passed during
|
||||||
this is the toplevel document element.
|
construction; by default, this is the toplevel document element.
|
||||||
|
|
||||||
|
|
||||||
.. method:: doctype(name, pubid, system)
|
.. method:: doctype(name, pubid, system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue