Skip to content

Commit ce94946

Browse files
committed
fixed argument name in docstring
1 parent 449522a commit ce94946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/resolution/resolvelib/candidates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ def __init__(
431431
comes_from: Optional[InstallRequirement] = None,
432432
) -> None:
433433
"""
434-
:param ireq: the InstallRequirement that led to this candidate if it
434+
:param comes_from: the InstallRequirement that led to this candidate if it
435435
differs from the base's InstallRequirement. This will often be the
436436
case in the sense that this candidate's requirement has the extras
437437
while the base's does not. Unlike the InstallRequirement backed

0 commit comments

Comments
 (0)