]> granicus.if.org Git - python/commitdiff
Issue #19407: Fix typos in new distribution & installation guides.
authorNed Deily <nad@acm.org>
Thu, 13 Mar 2014 19:42:36 +0000 (12:42 -0700)
committerNed Deily <nad@acm.org>
Thu, 13 Mar 2014 19:42:36 +0000 (12:42 -0700)
Also applies to cherry pick Issue #20909.

Doc/distributing/index.rst
Doc/installing/index.rst

index 99dedcc7caa9c07a0c3af48a2457d20e41baf570..d6710415e28042abc770690795cca7e619f8822f 100644 (file)
@@ -101,7 +101,7 @@ involved in creating a project
 .. _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...?
index a3beb3b2e69dfb10b6578a58de7618ad990e1fdc..12846136b698bef7d5818a5d73d20868c0aa49ef 100644 (file)
@@ -34,7 +34,6 @@ Key terms
 
 * ``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