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

Skip to content

Commit 86a60bf

Browse files
committed
Merge from 3.4
2 parents fabdc82 + f330d53 commit 86a60bf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/tutorial/venv.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ Managing Packages with pip
9090

9191
Once you've activated a virtual environment, you can install, upgrade,
9292
and remove packages using a program called :program:`pip`. By default
93-
``pip`` will install packages from the Python Packaging Index,
94-
<https://pypi.python.org/pypi>. You can browse the Python Packaging Index
93+
``pip`` will install packages from the Python Package Index,
94+
<https://pypi.python.org/pypi>. You can browse the Python Package Index
9595
by going to it in your web browser, or you can use ``pip``'s
9696
limited search feature::
9797

@@ -193,5 +193,5 @@ necessary packages with ``install -r``::
193193

194194
``pip`` has many more options. Consult the :ref:`installing-index`
195195
guide for complete documentation for ``pip``. When you've written
196-
a package and want to make it available on the Python Packaging Index,
196+
a package and want to make it available on the Python Package Index,
197197
consult the :ref:`distributing-index` guide.

0 commit comments

Comments
 (0)