We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b8d62d commit 240414fCopy full SHA for 240414f
src/pip/_internal/commands/install.py
@@ -85,7 +85,7 @@ def add_options(self) -> None:
85
"Don't actually install anything, just print what would be. "
86
"Can be used in combination with --ignore-installed "
87
"to 'resolve' the requirements. If PEP 648 or fast-deps metadata is "
88
- "available, --dry-run also avoid downloading the dependency at all."
+ "available, --dry-run also avoids downloading the dependency at all."
89
),
90
)
91
self.cmd_opts.add_option(
0 commit comments