diff options
author | Georg Brandl <georg@python.org> | 2010-12-18 11:58:12 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-12-18 11:58:12 (GMT) |
commit | 5d53fdd1ac69d5fbcd52a7a92c3a2e2e934c352c (patch) | |
tree | e94199f286a996c66d7bfb1490657275b45b8c49 /Doc/whatsnew | |
parent | 101234bc8318e133b3a49d3f079c23b53adbbc51 (diff) | |
download | cpython-5d53fdd1ac69d5fbcd52a7a92c3a2e2e934c352c.zip cpython-5d53fdd1ac69d5fbcd52a7a92c3a2e2e934c352c.tar.gz cpython-5d53fdd1ac69d5fbcd52a7a92c3a2e2e934c352c.tar.bz2 |
Typo fix.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 51a9af1..07cbc1c 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -583,7 +583,7 @@ format. elementtree ----------- -The :mod:`xml.etree.ElementTree` package and it's :mod:`xml.etree.cElementTree` +The :mod:`xml.etree.ElementTree` package and its :mod:`xml.etree.cElementTree` counterpart have been updated to version 1.3. Several new and useful functions and methods have been added: |