diff options
Diffstat (limited to 'Doc/library/xml.etree.rst')
-rw-r--r-- | Doc/library/xml.etree.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/xml.etree.rst b/Doc/library/xml.etree.rst index e14c5f9..9d39559 100644 --- a/Doc/library/xml.etree.rst +++ b/Doc/library/xml.etree.rst @@ -6,8 +6,6 @@ .. moduleauthor:: Fredrik Lundh <fredrik@pythonware.com> -.. versionadded:: 2.5 - The ElementTree package is a simple, efficient, and quite popular library for XML manipulation in Python. The :mod:`xml.etree` package contains the most common components from the ElementTree API library. In the current release, |