Fix typo in package-finding.rst

This commit is contained in:
Pradyun Gedam 2020-03-14 00:29:19 +05:30
parent a8058fe9e9
commit 9351c61b82
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ instantiate ``PackageFinder`` only once for the whole pip invocation. In
fact, pip creates this ``PackageFinder`` instance when command options
are first parsed.
With the excepton of :ref:`pip list`, each of the above commands is
With the exception of :ref:`pip list`, each of the above commands is
implemented as a ``Command`` class inheriting from ``RequirementCommand``
(for example :ref:`pip download` is implemented by ``DownloadCommand``), and
the ``PackageFinder`` instance is created by calling the