summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-10-16 18:50:33 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-10-16 18:50:33 (GMT)
commitad626807a6e2f22dbf7855d53cd93f3f8f7e6ac3 (patch)
tree661ffc2295e4babebb86820d9223178465765a15
parent56d4c03cb2971701db716f80a4d8bd5febce429a (diff)
downloadcpython-ad626807a6e2f22dbf7855d53cd93f3f8f7e6ac3.zip
cpython-ad626807a6e2f22dbf7855d53cd93f3f8f7e6ac3.tar.gz
cpython-ad626807a6e2f22dbf7855d53cd93f3f8f7e6ac3.tar.bz2
Fix typo.
-rw-r--r--Doc/whatsnew/3.3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index fe7e2b6..e23b209 100644
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -112,7 +112,7 @@ with the interpreter core.
This PEP adds the :mod:`venv` module for programmatic access, and the
:ref:`pyvenv <scripts-pyvenv>` script for command-line access and
-administration. The Python interpreter checks for a ``pvenv.cfg``,
+administration. The Python interpreter checks for a ``pyvenv.cfg``,
file whose existence signals the base of a virtual environment's directory
tree.