]> granicus.if.org Git - python/commitdiff
Typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 13 Apr 2006 13:02:42 +0000 (13:02 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 13 Apr 2006 13:02:42 +0000 (13:02 +0000)
Doc/whatsnew/whatsnew25.tex

index 5ad4275cea081b3ac1a4475de63704cdbf1b953d..83d7db09c02a1b10003b58227b19805b019f4f7c 100644 (file)
@@ -352,7 +352,7 @@ implementation in a new module, \module{runpy}.
 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.