summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSyed Shah <syed.shah@avinetworks.com>2020-01-06 16:54:13 +0530
committerGitHub <noreply@github.com>2020-01-06 16:54:13 +0530
commit2f0a2f34795f0bc46eb724b28b51dafa42a91874 (patch)
tree78105dc3ddf4c5d359a436fd742a10cc81e87ec2 /docs
parent6245807b95a01ff3538f06bcc93e38042474aca9 (diff)
downloadclick-2f0a2f34795f0bc46eb724b28b51dafa42a91874.tar.gz
fixed typos
Diffstat (limited to 'docs')
-rw-r--r--docs/commands.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/commands.rst b/docs/commands.rst
index 378fa73..4a02648 100644
--- a/docs/commands.rst
+++ b/docs/commands.rst
@@ -88,7 +88,7 @@ script like this:
@click.pass_context
def cli(ctx, debug):
# ensure that ctx.obj exists and is a dict (in case `cli()` is called
- # by means other than the `if` block below
+ # by means other than the `if` block below)
ctx.ensure_object(dict)
ctx.obj['DEBUG'] = debug