diff options
Diffstat (limited to 'Doc/library/markup.rst')
-rw-r--r-- | Doc/library/markup.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/markup.rst b/Doc/library/markup.rst index 49794ef..1b4cca5 100644 --- a/Doc/library/markup.rst +++ b/Doc/library/markup.rst @@ -23,7 +23,7 @@ definition of the Python bindings for the DOM and SAX interfaces. html.rst html.parser.rst html.entities.rst - pyexpat.rst + xml.etree.elementtree.rst xml.dom.rst xml.dom.minidom.rst xml.dom.pulldom.rst @@ -31,4 +31,4 @@ definition of the Python bindings for the DOM and SAX interfaces. xml.sax.handler.rst xml.sax.utils.rst xml.sax.reader.rst - xml.etree.elementtree.rst + pyexpat.rst |