Commit 56ce0200 by Florian Apolloner Committed by GitHub

Fixed typo

Without this fix the helptext shows as:
```
  version                Shows the version of the project or bumps it when a validbump rule is provided.
```
parent b30577de
...@@ -7,7 +7,7 @@ class VersionCommand(Command): ...@@ -7,7 +7,7 @@ class VersionCommand(Command):
name = "version" name = "version"
description = ( 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." "bump rule is provided."
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment