Skip to content

Commit

Permalink
fix capitalization in releasing docs
Browse files Browse the repository at this point in the history
Co-Authored-By: Sumana Harihareswara <sh@changeset.nyc>
  • Loading branch information
techalchemy and brainwane committed Apr 28, 2020
1 parent 48bbb05 commit f141ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipenv/cli/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def callback(ctx, param, value):
return value
return option('-e', '--editable', expose_value=False, multiple=True,
callback=callback, type=click.types.STRING, help=(
"An editable python package URL or path, often to a VCS "
"An editable Python package URL or path, often to a VCS "
"repository."
))(f)

Expand Down

0 comments on commit f141ede

Please sign in to comment.