Skip to content

Commit 1552934

Browse files
authored
Update reporter.py
1 parent 0787425 commit 1552934

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ def __init__(self) -> None:
2020
"requirements. This could take a while."
2121
),
2222
8: (
23-
"pip is looking at multiple versions of {package_name} to "
23+
"pip is still looking at multiple versions of {package_name} to "
2424
"determine which version is compatible with other "
25-
"requirements. This could take quite a while."
25+
"requirements. This could take a while."
2626
),
2727
13: (
2828
"This is taking longer than usual. You might need to provide "

0 commit comments

Comments
 (0)