summaryrefslogtreecommitdiff
path: root/docs/complex.rst
diff options
context:
space:
mode:
authorKevin Yap <me@kevinyap.ca>2014-06-01 00:50:15 -0700
committerKevin Yap <me@kevinyap.ca>2014-06-01 00:50:15 -0700
commit0f894faab89db531bfa92d5bb792a45df13f69c1 (patch)
tree5ca4cee6e0fc76643ea3df5e7f6776670d78994f /docs/complex.rst
parentb131df85c515a2289678a45140504a8ebc2b88b9 (diff)
downloadclick-0f894faab89db531bfa92d5bb792a45df13f69c1.tar.gz
Miscellaneous documentation & docstring changes
Diffstat (limited to 'docs/complex.rst')
-rw-r--r--docs/complex.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/complex.rst b/docs/complex.rst
index 9b3bb3b..7e747ac 100644
--- a/docs/complex.rst
+++ b/docs/complex.rst
@@ -95,7 +95,7 @@ state of our tool:
ctx.obj = Repo(repo_home, debug)
-So let's understand what this does. We create a group command which can
+Let's understand what this does. We create a group command which can
have subcommands. When it is invoked, it will create an instance of a
``Repo`` class. This holds the state for our command line tool. In this
case, it just remembers some parameters, but at this point it could also