Fix markup in elementtree docs.

This commit is contained in:
Ezio Melotti 2013-08-26 01:05:57 +03:00
parent ec42975bc6
commit 74eba65fb6

View file

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