summaryrefslogtreecommitdiff
path: root/docs/quickstart.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/quickstart.rst
parentf48761a0566c25f7fe398ba5ba5bee7dfcfe168d (diff)
downloadclick-67523af3550c99afc29e1c6ce0b1581c45098c56.tar.gz
Documentation fixes
Diffstat (limited to 'docs/quickstart.rst')
-rw-r--r--docs/quickstart.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quickstart.rst b/docs/quickstart.rst
index df4ffde..5274852 100644
--- a/docs/quickstart.rst
+++ b/docs/quickstart.rst
@@ -126,7 +126,7 @@ multiple subcommands that can be attached with :meth:`Group.add_command`.
For simple scripts, it's also possible to automatically attach and create a
command by using the :meth:`Group.command` decorator instead. The above
-script can be written like this then:
+script can instead be written like this:
.. click:example::