Skip to content

Commit

Permalink
Remove remaining references to index.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Oct 19, 2019
1 parent 3846da7 commit 2399a26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/html/development/architecture/package-finding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand Down

0 comments on commit 2399a26

Please sign in to comment.