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

Update docs/html/development/architecture/package-finding.rst

Co-Authored-By: Ellen Marie Dash <the@smallest.dog>
This commit is contained in:
Pradyun Gedam 2019-10-08 08:22:00 +05:30
parent 611fc6069b
commit 3846da7f71
No known key found for this signature in database
GPG key ID: DA17C4B29CB32E4B

View file

@ -1,7 +1,7 @@
Finding and choosing files (``index`` and ``PackageFinder``)
---------------------------------------------------------------
The ``pip._internal.index`` sub-package in pip responsible for deciding
The ``pip._internal.index`` sub-package in pip is responsible for deciding
what file to download and from where, given a requirement for a project. The
package's functionality is largely exposed through and coordinated by the
package's ``PackageFinder`` class.