From 2399a26cb16f1d75b8a904674f1289e44e14cb8f Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sat, 19 Oct 2019 22:29:19 +0530 Subject: [PATCH] Remove remaining references to index.py --- docs/html/development/architecture/package-finding.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/html/development/architecture/package-finding.rst b/docs/html/development/architecture/package-finding.rst index 153b917af..221af9405 100644 --- a/docs/html/development/architecture/package-finding.rst +++ b/docs/html/development/architecture/package-finding.rst @@ -38,7 +38,7 @@ file to download for a package, given a requirement: ` 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 ` class, * the :ref:`LinkCollector ` 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