Skip to content

Commit

Permalink
Merge pull request #1519 from and800/master
Browse files Browse the repository at this point in the history
init: change dev dependency prompt
  • Loading branch information
finswimmer committed Feb 17, 2020
2 parents b3b07cb + 03db001 commit 12db4a5
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 12db4a5

Please sign in to comment.