[Python-checkins] cpython (merge 3.3 -> default): Merge typo fix.

ezio.melotti python-checkins at python.org
Tue Oct 16 20:51:25 CEST 2012


http://hg.python.org/cpython/rev/f0258a588134
changeset:   79765:f0258a588134
parent:      79763:74b95194ba86
parent:      79764:021048641f39
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Tue Oct 16 21:51:06 2012 +0300
summary:
  Merge typo fix.

files:
  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
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -112,7 +112,7 @@
 
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list