summaryrefslogtreecommitdiff
path: root/docs/arguments.rst
diff options
context:
space:
mode:
authorJulen Ruiz Aizpuru <julenx@gmail.com>2014-05-07 09:01:12 +0200
committerJulen Ruiz Aizpuru <julenx@gmail.com>2014-05-07 09:01:12 +0200
commit45d4779825bed9bc595a9386ea4e3a002eff1521 (patch)
tree81cc1d6f69386b5bd4491ce92fad39ffa189b3e6 /docs/arguments.rst
parent765c7607499145251c6f273cefb3d23e86d19696 (diff)
downloadclick-45d4779825bed9bc595a9386ea4e3a002eff1521.tar.gz
Docs: minor fixes
Diffstat (limited to 'docs/arguments.rst')
-rw-r--r--docs/arguments.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/arguments.rst b/docs/arguments.rst
index 1953794..2ea0f52 100644
--- a/docs/arguments.rst
+++ b/docs/arguments.rst
@@ -64,7 +64,7 @@ And what it looks like:
``nargs`` to ``+`` to indicate that at least one argument is required.
Support for this is very intentionally not included as we believe
- scripts should gracefully degrate into becomming noops if a variadic
+ scripts should gracefully degrade into becoming noops if a variadic
argument is empty. The reason for this is that very often scripts are
invoked with wildcard inputs from the command line and they should not
error out if the wildcard is empty.