summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-04-13 13:02:42 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-04-13 13:02:42 (GMT)
commit5d4cf5ecc113ad0aab5e52ae8cf1057b12e1a6d4 (patch)
tree3f2910892eaf53ade148e55cbaade83547c48eac
parent3b4fb041df14f8cb64c07c691031ecdc3f290ff0 (diff)
downloadcpython-5d4cf5ecc113ad0aab5e52ae8cf1057b12e1a6d4.zip
cpython-5d4cf5ecc113ad0aab5e52ae8cf1057b12e1a6d4.tar.gz
cpython-5d4cf5ecc113ad0aab5e52ae8cf1057b12e1a6d4.tar.bz2
Typo fix
-rw-r--r--Doc/whatsnew/whatsnew25.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex
index 5ad4275..83d7db0 100644
--- a/Doc/whatsnew/whatsnew25.tex
+++ b/Doc/whatsnew/whatsnew25.tex
@@ -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.