Fix typo.

This commit is contained in:
Ezio Melotti 2012-10-16 21:50:33 +03:00
parent 56d4c03cb2
commit ad626807a6

View file

@ -112,7 +112,7 @@ with the interpreter core.
This PEP adds the :mod:`venv` module for programmatic access, and the This PEP adds the :mod:`venv` module for programmatic access, and the
:ref:`pyvenv <scripts-pyvenv>` script for command-line access and :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 file whose existence signals the base of a virtual environment's directory
tree. tree.