Improve sentence about PyPI package search (#6476)

This commit is contained in:
Pulkit Goyal 2019-05-07 21:30:39 +03:00 committed by Pradyun Gedam
parent 422d989056
commit d2742a9049
1 changed files with 2 additions and 2 deletions

View File

@ -482,9 +482,9 @@ Finding Packages
++++++++++++++++
pip searches for packages on `PyPI`_ using the
`http simple interface <https://pypi.org/simple/>`_,
`HTTP simple interface <https://pypi.org/simple/>`_,
which is documented `here <https://setuptools.readthedocs.io/en/latest/easy_install.html#package-index-api>`_
and `there <https://www.python.org/dev/peps/pep-0301/>`_
and `there <https://www.python.org/dev/peps/pep-0301/>`_.
pip offers a number of package index options for modifying how packages are
found.