From: Ezio Melotti Date: Tue, 16 Oct 2012 18:50:33 +0000 (+0300) Subject: Fix typo. X-Git-Tag: v3.3.1rc1~790 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad626807a6e2f22dbf7855d53cd93f3f8f7e6ac3;p=python Fix typo. --- diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index fe7e2b64d5..e23b209a50 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 ` 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.