summaryrefslogtreecommitdiff
path: root/docs/testing.rst
diff options
context:
space:
mode:
authorJulen Ruiz Aizpuru <julenx@gmail.com>2014-05-10 22:40:42 +0200
committerJulen Ruiz Aizpuru <julenx@gmail.com>2014-05-10 22:40:42 +0200
commitea5edae20706d9f3d652658d2d01f426c96aeca0 (patch)
tree656fdf39e4952c2cc1d9eee5e7c57daaa9ce9405 /docs/testing.rst
parent48f3e9160f4199cb428eae1b7b7c04176dd7cd99 (diff)
downloadclick-ea5edae20706d9f3d652658d2d01f426c96aeca0.tar.gz
Docs: minor fixes
Diffstat (limited to 'docs/testing.rst')
-rw-r--r--docs/testing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/testing.rst b/docs/testing.rst
index 21a3bb6..c46f6ed 100644
--- a/docs/testing.rst
+++ b/docs/testing.rst
@@ -3,7 +3,7 @@ Testing Click Applications
.. currentmodule:: click.testing
-For basic testing Click provides the :mod:`click.testing` module which
+For basic testing click provides the :mod:`click.testing` module which
provides test functionality that helps you invoke command line
applications and check their behavior.