We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449522a commit ce94946Copy full SHA for ce94946
src/pip/_internal/resolution/resolvelib/candidates.py
@@ -431,7 +431,7 @@ def __init__(
431
comes_from: Optional[InstallRequirement] = None,
432
) -> None:
433
"""
434
- :param ireq: the InstallRequirement that led to this candidate if it
+ :param comes_from: the InstallRequirement that led to this candidate if it
435
differs from the base's InstallRequirement. This will often be the
436
case in the sense that this candidate's requirement has the extras
437
while the base's does not. Unlike the InstallRequirement backed
0 commit comments