[Python-checkins] r45363 - python/trunk/Doc/whatsnew/whatsnew25.tex
andrew.kuchling
python-checkins at python.org
Thu Apr 13 15:02:42 CEST 2006
Author: andrew.kuchling
Date: Thu Apr 13 15:02:42 2006
New Revision: 45363
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 Thu Apr 13 15:02:42 2006
@@ -352,7 +352,7 @@
The \module{runpy} module implements a more sophisticated import
mechanism so that it's now possible to run modules in a package such
as \module{pychecker.checker}. The module also supports alternative
-import mechanisms such as the \module{zipimport} module. (This means
+import mechanisms such as the \module{zipimport} module. This means
you can add a .zip archive's path to \code{sys.path} and then use the
\programopt{-m} switch to execute code from the archive.
More information about the Python-checkins
mailing list