Skip to content

Commit

Permalink
init: change dev dependency prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
and800 committed Feb 16, 2020
1 parent b3b07cb commit 03db001
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions poetry/console/commands/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ def handle(self):
dev_requirements = {}

question = (
"Would you like to define your dev dependencies"
" (require-dev) interactively"
"Would you like to define your development dependencies interactively?"
)
if self.confirm(question, True):
if not help_displayed:
Expand Down

0 comments on commit 03db001

Please sign in to comment.