summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2017-07-17 06:05:13 +0200
committerMichele Simionato <michele.simionato@gmail.com>2017-07-17 06:05:27 +0200
commita4b6dc28a709c98f071c8061429840ac371d70a1 (patch)
treeb3ea308d75e39b4467a1f7d41df58224355cb802
parentce66e75e1a9ed98b0fb18a777c2c79ca0f8d2509 (diff)
downloadpython-decorator-git-a4b6dc28a709c98f071c8061429840ac371d70a1.tar.gz
Fixed typo [skip CI]
-rw-r--r--docs/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.rst b/docs/README.rst
index 4d974ff..6915e58 100644
--- a/docs/README.rst
+++ b/docs/README.rst
@@ -30,7 +30,7 @@ in the main directory, possibly as superuser.
Testing
--------
-If you have the source code installtion you can run the tests with
+If you have the source code installation you can run the tests with
`$ python src/tests/test.py -v`