[Python-checkins] cpython: Fix markup in elementtree docs.

ezio.melotti python-checkins at python.org
Mon Aug 26 00:06:18 CEST 2013


http://hg.python.org/cpython/rev/232d42baa1bc
changeset:   85402:232d42baa1bc
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Mon Aug 26 01:05:57 2013 +0300
summary:
  Fix markup in elementtree docs.

files:
  Doc/library/xml.etree.elementtree.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst
--- a/Doc/library/xml.etree.elementtree.rst
+++ b/Doc/library/xml.etree.elementtree.rst
@@ -983,8 +983,8 @@
    .. 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)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list