summaryrefslogtreecommitdiff
path: root/docs/arguments.rst
diff options
context:
space:
mode:
authorJulen Ruiz Aizpuru <julenx@gmail.com>2014-04-25 09:18:16 +0200
committerJulen Ruiz Aizpuru <julenx@gmail.com>2014-04-25 09:43:52 +0200
commitd30014bc20f4cfbdf0e9e857b52c8403d8833f6c (patch)
treedcad6f755d67aaf5405bcda7aeb1389f12d8411f /docs/arguments.rst
parentda717da1f7b25fc09809750320d0ad1dccb97f16 (diff)
downloadclick-d30014bc20f4cfbdf0e9e857b52c8403d8833f6c.tar.gz
Docs: fixed some spelling and punctuation mistakes
Diffstat (limited to 'docs/arguments.rst')
-rw-r--r--docs/arguments.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/arguments.rst b/docs/arguments.rst
index d45367d..aeee853 100644
--- a/docs/arguments.rst
+++ b/docs/arguments.rst
@@ -35,8 +35,8 @@ unlimited) number of arguments is accepted. This can be controlled with
the ``nargs`` parameter. If it's set to ``-1`` then an unlimited number
of arguments is accepted.
-The value is then passed as tuple. Note that only one argument really can
-be set to ``nargs=-1`` and right now only the last.
+The value is then passed as a tuple. Note that only one argument really
+can be set to ``nargs=-1`` and right now only the last.
Example::