Skip to content

Commit 9d00fda

Browse files
authored
Merge pull request pypa#9538 from dkav/patch-1
Fix typo in _iter_built docstring
2 parents 3861c4b + f529ae8 commit 9d00fda

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

news/5B0A5B91-D0A3-4599-B3B4-129240A99B99.trivial.rst

Whitespace-only changes.

src/pip/_internal/resolution/resolvelib/found_candidates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def _iter_built(infos):
2828
# type: (Iterator[IndexCandidateInfo]) -> Iterator[Candidate]
2929
"""Iterator for ``FoundCandidates``.
3030
31-
This iterator is used the package is not already installed. Candidates
31+
This iterator is used when the package is not already installed. Candidates
3232
from index come later in their normal ordering.
3333
"""
3434
versions_found = set() # type: Set[_BaseVersion]

0 commit comments

Comments
 (0)