diff options
author | Georg Brandl <georg@python.org> | 2006-04-11 06:27:12 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-04-11 06:27:12 (GMT) |
commit | ce27a06d37bf512d2e2f142b225c4adad015fe27 (patch) | |
tree | 5f92b0ecfb30ec835054f65f6386b9f2aba02aca | |
parent | 114900298ea26e5e25edd5d05f24648dcd5ea95b (diff) | |
download | cpython-ce27a06d37bf512d2e2f142b225c4adad015fe27.zip cpython-ce27a06d37bf512d2e2f142b225c4adad015fe27.tar.gz cpython-ce27a06d37bf512d2e2f142b225c4adad015fe27.tar.bz2 |
Typo fix.
-rw-r--r-- | Doc/whatsnew/whatsnew25.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index 187f873..fb4e717 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -1086,7 +1086,7 @@ introduction that shows some basic usage of the module. A subset of Fredrik Lundh's ElementTree library for processing XML has been added to the standard library as \module{xmlcore.etree}. The -vailable modules are +available modules are \module{ElementTree}, \module{ElementPath}, and \module{ElementInclude} from ElementTree 1.2.6. The \module{cElementTree} accelerator module is also included. |