Skip to content

Commit

Permalink
Merge pull request #9538 from dkav/patch-1
Browse files Browse the repository at this point in the history
Fix typo in _iter_built docstring
  • Loading branch information
pradyunsg committed Jan 30, 2021
2 parents 3861c4b + f529ae8 commit 9d00fda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def _iter_built(infos):
# type: (Iterator[IndexCandidateInfo]) -> Iterator[Candidate]
"""Iterator for ``FoundCandidates``.
This iterator is used the package is not already installed. Candidates
This iterator is used when the package is not already installed. Candidates
from index come later in their normal ordering.
"""
versions_found = set() # type: Set[_BaseVersion]
Expand Down

0 comments on commit 9d00fda

Please sign in to comment.