Skip to content

Commit

Permalink
Merge pull request #5748 from foohyfooh/cli_args/no_clean/fix_unmatac…
Browse files Browse the repository at this point in the history
…hed_bracket

Remove unmatched bracket in --no-clean help string
  • Loading branch information
pfmoore committed Sep 4, 2018
2 parents 404838a + bcbf8cc commit 35d51f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/5748.trivial
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove the unmatched bracket in the --no-clean option's help text.
2 changes: 1 addition & 1 deletion src/pip/_internal/cli/cmdoptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ def prefer_binary():
'--no-clean',
action='store_true',
default=False,
help="Don't clean up build directories)."
help="Don't clean up build directories."
) # type: Any

pre = partial(
Expand Down

0 comments on commit 35d51f1

Please sign in to comment.