[Python-checkins] r45258 - python/trunk/Doc/whatsnew/whatsnew25.tex
georg.brandl
python-checkins at python.org
Tue Apr 11 08:27:13 CEST 2006
Author: georg.brandl
Date: Tue Apr 11 08:27:12 2006
New Revision: 45258
Modified:
python/trunk/Doc/whatsnew/whatsnew25.tex
Log:
Typo fix.
Modified: python/trunk/Doc/whatsnew/whatsnew25.tex
==============================================================================
--- python/trunk/Doc/whatsnew/whatsnew25.tex (original)
+++ python/trunk/Doc/whatsnew/whatsnew25.tex Tue Apr 11 08:27:12 2006
@@ -1086,7 +1086,7 @@
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.
More information about the Python-checkins
mailing list