From: Ezio Melotti Date: Sun, 25 Aug 2013 22:05:57 +0000 (+0300) Subject: Fix markup in elementtree docs. X-Git-Tag: v3.4.0a2~113 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=74eba65fb6dc1a10020a068d59b21fdb22dd743b;p=thirdparty%2FPython%2Fcpython.git Fix markup in elementtree docs. --- diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst index 6bafbe708257..d24924e4f41f 100644 --- a/Doc/library/xml.etree.elementtree.rst +++ b/Doc/library/xml.etree.elementtree.rst @@ -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)