diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-26 01:05:57 +0300 |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-26 01:05:57 +0300 |
commit | 74eba65fb6dc1a10020a068d59b21fdb22dd743b (patch) | |
tree | c9f074597c7ca52a9c7d0acb5a037ba727d2daca | |
parent | ec42975bc66706554ae29b3884bdaaa6b26c487c (diff) | |
download | cpython-git-74eba65fb6dc1a10020a068d59b21fdb22dd743b.tar.gz |
Fix markup in elementtree docs.
-rw-r--r-- | 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 index 6bafbe7082..d24924e4f4 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) |