diff options
| author | David Lord <davidism@gmail.com> | 2020-02-19 12:42:11 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-19 12:42:11 -0800 |
| commit | 0f1261562b99b5c6dc577a01a7b2d76516553680 (patch) | |
| tree | d9da83e605d10f0a1e25010426371e94420f3f91 /docs | |
| parent | 0865f7998e7898ec6ce8fab0c7da012802fa1ae2 (diff) | |
| parent | 2f0a2f34795f0bc46eb724b28b51dafa42a91874 (diff) | |
| download | click-0f1261562b99b5c6dc577a01a7b2d76516553680.tar.gz | |
Merge pull request #1451 from syedtshah/patch-1
fixed typo
Diffstat (limited to 'docs')
| -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 520e418..c32e917 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 |
