diff options
author | Ned Deily <nad@python.org> | 2016-07-11 18:21:58 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-07-11 18:21:58 (GMT) |
commit | 538f5c47868b0674b1a90a9765c94a13c701f23d (patch) | |
tree | 2760793d00ac6d1fd737025e46c1a543668b8de1 /Doc/whatsnew/3.3.rst | |
parent | 702f4f5d6fdb1a49222bb1e70866717f34c3b847 (diff) | |
download | cpython-538f5c47868b0674b1a90a9765c94a13c701f23d.zip cpython-538f5c47868b0674b1a90a9765c94a13c701f23d.tar.gz cpython-538f5c47868b0674b1a90a9765c94a13c701f23d.tar.bz2 |
Issue #27285: Cleanup "suspicious" warnings.
Diffstat (limited to 'Doc/whatsnew/3.3.rst')
-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 2096b0b..9220bc7 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -108,7 +108,7 @@ packages. Their concept and implementation are inspired by the popular 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 +``pyvenv`` script for command-line access and administration. The Python interpreter checks for a ``pyvenv.cfg``, file whose existence signals the base of a virtual environment's directory tree. |