diff --git a/poetry/console/commands/version.py b/poetry/console/commands/version.py index 0fc8628fef4..ab1ad276e1c 100644 --- a/poetry/console/commands/version.py +++ b/poetry/console/commands/version.py @@ -7,7 +7,7 @@ class VersionCommand(Command): name = "version" description = ( - "Shows the version of the project or bumps it when a valid" + "Shows the version of the project or bumps it when a valid " "bump rule is provided." )