Skip to content

Commit

Permalink
Update docs/html/development/architecture/package-finding.rst
Browse files Browse the repository at this point in the history
Co-Authored-By: Ellen Marie Dash <[email protected]>
  • Loading branch information
pradyunsg and duckinator committed Oct 19, 2019
1 parent 611fc60 commit 3846da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/html/development/architecture/package-finding.rst
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 3846da7

Please sign in to comment.