[Python-checkins] cpython: Issue #19407: Fix typos in new distribution & installation guides.

ned.deily python-checkins at python.org
Thu Mar 13 20:43:19 CET 2014


http://hg.python.org/cpython/rev/25dc02a2acae
changeset:   89641:25dc02a2acae
user:        Ned Deily <nad at acm.org>
date:        Thu Mar 13 12:42:36 2014 -0700
summary:
  Issue #19407: Fix typos in new distribution & installation guides.
Also applies to cherry pick Issue #20909.

files:
  Doc/distributing/index.rst |  2 +-
  Doc/installing/index.rst   |  1 -
  2 files changed, 1 insertions(+), 2 deletions(-)


diff --git a/Doc/distributing/index.rst b/Doc/distributing/index.rst
--- a/Doc/distributing/index.rst
+++ b/Doc/distributing/index.rst
@@ -101,7 +101,7 @@
 .. _Building and packaging the project: \
    http://packaging.python.org/en/latest/tutorial.html#building-packaging-your-project
 .. _Uploading the project to the Python Package Index: \
-   http://packaging.python.org/en/latest/tutorial.html#building-uploading-your-project-to-pypi
+   http://packaging.python.org/en/latest/tutorial.html#uploading-your-project-to-pypi
 
 
 How do I...?
diff --git a/Doc/installing/index.rst b/Doc/installing/index.rst
--- a/Doc/installing/index.rst
+++ b/Doc/installing/index.rst
@@ -34,7 +34,6 @@
 
 * ``pip`` is the preferred installer program. Starting with Python 3.4, it
   is included by default with the Python binary installers.
-  installed into virtual environments
 * a virtual environment is a semi-isolated Python environment that allows
   packages to be installed for use by a particular application, rather than
   being installed system wide

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


More information about the Python-checkins mailing list