We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0424144 + b74a50f commit c7380bbCopy full SHA for c7380bb
README.rst
@@ -51,7 +51,7 @@ class, just put a ``djclick`` command into
51
@click.command()
52
@click.argument('name')
53
def command(name):
54
- click.secho('Hello, {}'.format(name), fg='red')
+ click.secho(f'Hello, {name}', fg='red')
55
56
And then call the command with::
57
0 commit comments