This commit is contained in:
Andrew M. Kuchling 2006-04-13 13:02:42 +00:00
parent 3b4fb041df
commit 5d4cf5ecc1
1 changed files with 1 additions and 1 deletions

View 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.