From: Ned Deily Date: Thu, 13 Mar 2014 19:42:36 +0000 (-0700) Subject: Issue #19407: Fix typos in new distribution & installation guides. X-Git-Tag: v3.4.1rc1~233^2~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a85e100b4dd917036fbc8248d8c14ab7b5f59de0;p=thirdparty%2FPython%2Fcpython.git Issue #19407: Fix typos in new distribution & installation guides. Also applies to cherry pick Issue #20909. --- diff --git a/Doc/distributing/index.rst b/Doc/distributing/index.rst index 99dedcc7caa9..d6710415e280 100644 --- a/Doc/distributing/index.rst +++ b/Doc/distributing/index.rst @@ -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...? diff --git a/Doc/installing/index.rst b/Doc/installing/index.rst index a3beb3b2e69d..12846136b698 100644 --- a/Doc/installing/index.rst +++ b/Doc/installing/index.rst @@ -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