mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
#5327: fix a broken link by joining it.
This commit is contained in:
parent
a7b55a33f8
commit
4a698721e6
1 changed files with 2 additions and 2 deletions
|
@ -1761,8 +1761,8 @@ ElementTree 1.2.6. The :mod:`cElementTree` accelerator module is also
|
|||
included.
|
||||
|
||||
The rest of this section will provide a brief overview of using ElementTree.
|
||||
Full documentation for ElementTree is available at http://effbot.org/zone
|
||||
/element-index.htm.
|
||||
Full documentation for ElementTree is available at
|
||||
http://effbot.org/zone/element-index.htm.
|
||||
|
||||
ElementTree represents an XML document as a tree of element nodes. The text
|
||||
content of the document is stored as the :attr:`.text` and :attr:`.tail`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue