summaryrefslogtreecommitdiff
path: root/docs/documentation.rst
diff options
context:
space:
mode:
authorKevin Yap <me@kevinyap.ca>2014-05-31 13:52:55 -0700
committerArmin Ronacher <armin.ronacher@active-4.com>2014-06-01 12:13:31 +0600
commit67523af3550c99afc29e1c6ce0b1581c45098c56 (patch)
treec0e0636e7e844e4b7e2478faa53bb1c2ba971384 /docs/documentation.rst
parentf48761a0566c25f7fe398ba5ba5bee7dfcfe168d (diff)
downloadclick-67523af3550c99afc29e1c6ce0b1581c45098c56.tar.gz
Documentation fixes
Diffstat (limited to 'docs/documentation.rst')
-rw-r--r--docs/documentation.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/documentation.rst b/docs/documentation.rst
index bd70da6..b6cb41c 100644
--- a/docs/documentation.rst
+++ b/docs/documentation.rst
@@ -29,8 +29,8 @@ And what it looks like:
invoke(hello, args=['--help'])
-Arguments cannot be documented this way. This is to follow general
-convention of Unix tools using arguments for only the most necessary
+Arguments cannot be documented this way. This is to follow the general
+convention of Unix tools of using arguments for only the most necessary
things and to document them in the introduction text by referring to them
by name.