diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-16 18:51:06 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-16 18:51:06 (GMT) |
commit | 6ca07a221a6c45db753b954e5790106037fa4f7c (patch) | |
tree | db02ec47ffe0c9e9b012a746d2b76892def29b4f /Doc/whatsnew | |
parent | a4519a611039f688b95c1190320fb3ceb2671362 (diff) | |
parent | ad626807a6e2f22dbf7855d53cd93f3f8f7e6ac3 (diff) | |
download | cpython-6ca07a221a6c45db753b954e5790106037fa4f7c.zip cpython-6ca07a221a6c45db753b954e5790106037fa4f7c.tar.gz cpython-6ca07a221a6c45db753b954e5790106037fa4f7c.tar.bz2 |
Merge typo fix.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 2 |
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. |