summaryrefslogtreecommitdiff
path: root/docs/complex.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/complex.rst
parentda717da1f7b25fc09809750320d0ad1dccb97f16 (diff)
downloadclick-d30014bc20f4cfbdf0e9e857b52c8403d8833f6c.tar.gz
Docs: fixed some spelling and punctuation mistakes
Diffstat (limited to 'docs/complex.rst')
-rw-r--r--docs/complex.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/complex.rst b/docs/complex.rst
index b549b59..13ff271 100644
--- a/docs/complex.rst
+++ b/docs/complex.rst
@@ -41,7 +41,7 @@ Because the parent data is however available it's possible to navigate to
it if needed.
Most of the time you don't see the context object, but when writing more
-complex applications it comes in handy. This brings is to the next point
+complex applications it comes in handy. This brings us to the next point.
Calling Convention
``````````````````
@@ -68,7 +68,7 @@ configuration, and then has extra subcommands that do other things.
The Root Command
````````````````
-At the toplevel we need a group that can hold all our commands. In this
+At the top level we need a group that can hold all our commands. In this
case we use the basic :func:`click.group` which allows us to register
other click commands below it.