Skip to content

Commit

Permalink
Remove second space after comma in find_links help
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman authored Jun 7, 2021
1 parent b38b925 commit 0170e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/cli/cmdoptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def find_links():
metavar="url",
help="If a URL or path to an html file, then parse for links to "
"archives such as sdist (.tar.gz) or wheel (.whl) files. "
"If a local path or file:// URL that's a directory, "
"If a local path or file:// URL that's a directory, "
"then look for archives in the directory listing. "
"Links to VCS project URLs are not supported.",
)
Expand Down

0 comments on commit 0170e37

Please sign in to comment.