Skip to content

Commit f529ae8

Browse files
committed
Fix typo in _iter_built docstring
1 parent d1aa391 commit f529ae8

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)