Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a85e100

Browse files
committed
Issue #19407: Fix typos in new distribution & installation guides.
Also applies to cherry pick Issue #20909.
1 parent 66646e2 commit a85e100

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/distributing/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ involved in creating a project
101101
.. _Building and packaging the project: \
102102
http://packaging.python.org/en/latest/tutorial.html#building-packaging-your-project
103103
.. _Uploading the project to the Python Package Index: \
104-
http://packaging.python.org/en/latest/tutorial.html#building-uploading-your-project-to-pypi
104+
http://packaging.python.org/en/latest/tutorial.html#uploading-your-project-to-pypi
105105

106106

107107
How do I...?

Doc/installing/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ Key terms
3434

3535
* ``pip`` is the preferred installer program. Starting with Python 3.4, it
3636
is included by default with the Python binary installers.
37-
installed into virtual environments
3837
* a virtual environment is a semi-isolated Python environment that allows
3938
packages to be installed for use by a particular application, rather than
4039
being installed system wide

0 commit comments

Comments
 (0)