Skip to content

Commit 240414f

Browse files
Update src/pip/_internal/commands/install.py
Co-authored-by: Ed Morley <[email protected]>
1 parent 1b8d62d commit 240414f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/commands/install.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def add_options(self) -> None:
8585
"Don't actually install anything, just print what would be. "
8686
"Can be used in combination with --ignore-installed "
8787
"to 'resolve' the requirements. If PEP 648 or fast-deps metadata is "
88-
"available, --dry-run also avoid downloading the dependency at all."
88+
"available, --dry-run also avoids downloading the dependency at all."
8989
),
9090
)
9191
self.cmd_opts.add_option(

0 commit comments

Comments
 (0)