1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Remove remaining references to index.py

This commit is contained in:
Pradyun Gedam 2019-10-19 22:29:19 +05:30
parent 3846da7f71
commit 2399a26cb1
No known key found for this signature in database
GPG key ID: DA17C4B29CB32E4B

View file

@ -38,7 +38,7 @@ file to download for a package, given a requirement:
<candidate-evaluator-class>` class).
The remainder of this section is organized by documenting some of the
classes inside ``index.py``, in the following order:
classes inside the ``index`` package, in the following order:
* the main :ref:`PackageFinder <package-finder-class>` class,
* the :ref:`LinkCollector <link-collector-class>` class,
@ -54,7 +54,7 @@ The ``PackageFinder`` class
***************************
The ``PackageFinder`` class is the primary way through which code in pip
interacts with ``index.py``. It is an umbrella class that encapsulates and
interacts with ``index`` package. It is an umbrella class that encapsulates and
groups together various package-finding functionality.
The ``PackageFinder`` class is responsible for searching the network and file