Skip to content

Commit

Permalink
Fix typo in LockCommand help
Browse files Browse the repository at this point in the history
  • Loading branch information
n8sty authored and shenek committed Dec 31, 2019
1 parent fd6ff79 commit 238ed22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poetry/console/commands/lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class LockCommand(EnvCommand):
description = "Locks the project dependencies."

help = """The <info>lock</info> command reads the <comment>pyproject.toml</> file from
the current directory, processes it, and locks the depdencies in the <comment>poetry.lock</> file.
the current directory, processes it, and locks the dependencies in the <comment>poetry.lock</> file.
<info>poetry lock</info>
"""
Expand Down

0 comments on commit 238ed22

Please sign in to comment.