diff options
Diffstat (limited to 'docs/commands.rst')
-rw-r--r-- | docs/commands.rst | 2 |
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 |