diff options
| author | Florian Friesdorf <flo@chaoflow.net> | 2014-06-09 17:30:29 +0200 |
|---|---|---|
| committer | Florian Friesdorf <flo@chaoflow.net> | 2014-06-09 17:30:29 +0200 |
| commit | d26238f21af1301bf89710cd3ecdce24cf2a0e5b (patch) | |
| tree | 378e5958a5c845dafd1932aba38261a51d24a8f0 /docs/options.rst | |
| parent | 4dc22260fff45300bb1f8ae866bcf610caf09eb8 (diff) | |
| download | click-d26238f21af1301bf89710cd3ecdce24cf2a0e5b.tar.gz | |
fix typo
Diffstat (limited to 'docs/options.rst')
| -rw-r--r-- | docs/options.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/options.rst b/docs/options.rst index 1557e91..6e1bf5f 100644 --- a/docs/options.rst +++ b/docs/options.rst @@ -332,7 +332,7 @@ The `expose_value` parameter prevents the pretty pointless ``version`` parameter from being passed to the callback. If that was not specified, a boolean would be passed to the `hello` script. The `resilient_parsing` flag is applied to the context if click wants to parse the command line -without and destructive behavior that would change the execution flow. In +without any destructive behavior that would change the execution flow. In this case, because we would exit the program, we instead do nothing. What it looks like: |
