]> granicus.if.org Git - python/commitdiff
Fix markup in elementtree docs.
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 25 Aug 2013 22:05:57 +0000 (01:05 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 25 Aug 2013 22:05:57 +0000 (01:05 +0300)
Doc/library/xml.etree.elementtree.rst

index 6bafbe708257473dae4ed9af71d0f5fb8c6c97c2..d24924e4f41fd134cff92bea7199bc3f4586de02 100644 (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)