Merge pull request #8899 from finn0/fix/punctuation

End no-color's description with period punctuation
This commit is contained in:
Xavier Fernandez 2020-09-23 14:41:06 +02:00 committed by GitHub
commit c48d68230e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ no_color = partial(
dest='no_color',
action='store_true',
default=False,
help="Suppress colored output",
help="Suppress colored output.",
) # type: Callable[..., Option]
version = partial(