Skip to content

Commit 8e80a3a

Browse files
committed
Fix typo
1 parent 647ba8d commit 8e80a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/operations/prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ def _complete_partial_requirements(
476476
# distributions get downloaded twice when metadata is loaded
477477
# from a PEP 658 standalone metadata file. Setting _downloaded
478478
# fixes this for wheels, but breaks the sdist case (tests
479-
# test_download_metadata). As PyPI is currently not serving
479+
# test_download_metadata). As PyPI is currently only serving
480480
# metadata for wheels, this is not an immediate issue.
481481
# Fixing the problem properly looks like it will require a
482482
# complete refactoring of the `prepare_linked_requirements_more`

0 commit comments

Comments
 (0)