diff options
-rw-r--r-- | Doc/library/xml.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/xml.rst b/Doc/library/xml.rst index c3a26f3..f793bae 100644 --- a/Doc/library/xml.rst +++ b/Doc/library/xml.rst @@ -29,6 +29,7 @@ definition of the Python bindings for the DOM and SAX interfaces. The XML handling submodules are: * :mod:`xml.etree.ElementTree`: the ElementTree API, a simple and lightweight + XML processor .. |