Skip to content

Commit ce94515

Browse files
authored
Fix a typo in pip list --include-editable help (#13223)
1 parent 93d43c9 commit ce94515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/commands/list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def add_options(self) -> None:
125125
"--include-editable",
126126
action="store_true",
127127
dest="include_editable",
128-
help="Include editable package from output.",
128+
help="Include editable package in output.",
129129
default=True,
130130
)
131131
self.cmd_opts.add_option(cmdoptions.list_exclude())

0 commit comments

Comments
 (0)