Skip to content

Commit 3c5e2ae

Browse files
ddelangepfmoore
andauthored
PR Suggestion
Co-authored-by: Paul Moore <[email protected]>
1 parent 553690b commit 3c5e2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/models/installation_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def _install_req_to_dict(cls, ireq: InstallRequirement) -> Dict[str, Any]:
2424
# downloaded from a PEP 503 index or --find-links.
2525
"is_direct": ireq.is_direct,
2626
# is_yanked is true if the requirement was yanked from the index, but
27-
# still was selected by pip conform PEP 592.
27+
# was still selected by pip to conform to PEP 592.
2828
"is_yanked": ireq.link.is_yanked if ireq.link else False,
2929
# requested is true if the requirement was specified by the user (aka
3030
# top level requirement), and false if it was installed as a dependency of a

0 commit comments

Comments
 (0)