mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Issue #19407: Fix typos in new distribution & installation guides.
Also applies to cherry pick Issue #20909.
This commit is contained in:
parent
66646e2ea4
commit
a85e100b4d
2 changed files with 1 additions and 2 deletions
|
@ -101,7 +101,7 @@ involved in creating a project
|
||||||
.. _Building and packaging the project: \
|
.. _Building and packaging the project: \
|
||||||
http://packaging.python.org/en/latest/tutorial.html#building-packaging-your-project
|
http://packaging.python.org/en/latest/tutorial.html#building-packaging-your-project
|
||||||
.. _Uploading the project to the Python Package Index: \
|
.. _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...?
|
How do I...?
|
||||||
|
|
|
@ -34,7 +34,6 @@ Key terms
|
||||||
|
|
||||||
* ``pip`` is the preferred installer program. Starting with Python 3.4, it
|
* ``pip`` is the preferred installer program. Starting with Python 3.4, it
|
||||||
is included by default with the Python binary installers.
|
is included by default with the Python binary installers.
|
||||||
installed into virtual environments
|
|
||||||
* a virtual environment is a semi-isolated Python environment that allows
|
* a virtual environment is a semi-isolated Python environment that allows
|
||||||
packages to be installed for use by a particular application, rather than
|
packages to be installed for use by a particular application, rather than
|
||||||
being installed system wide
|
being installed system wide
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue