Skip to content

Commit 19d4786

Browse files
committed
Update docstring
1 parent 158ae67 commit 19d4786

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pip/_internal/wheel_builder.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,8 @@ def build(
418418
:param should_unpack: If True, after building the wheel, unpack it
419419
and replace the sdist with the unpacked version in preparation
420420
for installation.
421-
:return: The list of InstallRequirement that failed to build.
421+
:return: The list of InstallRequirement that succeeded to build and
422+
the list of InstallRequirement that failed to build..
422423
"""
423424
buildset = _collect_buildset(
424425
requirements,

0 commit comments

Comments
 (0)