summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorTal Einat <taleinat@gmail.com>2015-06-09 15:42:36 (GMT)
committerTal Einat <taleinat@gmail.com>2015-06-09 15:42:36 (GMT)
commit8203ba99ccb33ad66e803f795557e1133b1c1c28 (patch)
tree8283154775153ced7e25cea8724a29adc3a4b485 /Doc/tutorial
parentac6045be67cd29cd11b2e16ebb22c1fa70fb88e1 (diff)
parent86a60bfb08cd87f570b1330bfbd244ff2cb781f6 (diff)
downloadcpython-8203ba99ccb33ad66e803f795557e1133b1c1c28.zip
cpython-8203ba99ccb33ad66e803f795557e1133b1c1c28.tar.gz
cpython-8203ba99ccb33ad66e803f795557e1133b1c1c28.tar.bz2
Merge from 3.5
Diffstat (limited to 'Doc/tutorial')
-rw-r--r--Doc/tutorial/venv.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/tutorial/venv.rst b/Doc/tutorial/venv.rst
index 23de7ec..3b2ee2e 100644
--- a/Doc/tutorial/venv.rst
+++ b/Doc/tutorial/venv.rst
@@ -90,8 +90,8 @@ Managing Packages with pip
Once you've activated a virtual environment, you can install, upgrade,
and remove packages using a program called :program:`pip`. By default
-``pip`` will install packages from the Python Packaging Index,
-<https://pypi.python.org/pypi>. You can browse the Python Packaging Index
+``pip`` will install packages from the Python Package Index,
+<https://pypi.python.org/pypi>. You can browse the Python Package Index
by going to it in your web browser, or you can use ``pip``'s
limited search feature::
@@ -193,5 +193,5 @@ necessary packages with ``install -r``::
``pip`` has many more options. Consult the :ref:`installing-index`
guide for complete documentation for ``pip``. When you've written
-a package and want to make it available on the Python Packaging Index,
+a package and want to make it available on the Python Package Index,
consult the :ref:`distributing-index` guide.