summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Szakmeister <john@szakmeister.net>2014-04-20 08:55:00 -0400
committerJohn Szakmeister <john@szakmeister.net>2014-04-20 08:55:00 -0400
commitad0b664d4197f1200c00fe4f729dac36ccbd90f7 (patch)
treee40c3cfff4d18e1f8c7fd16f0b39420ca9fb188d
parentde009bb07544b99fd8cab2328eca4970e6d1f1d9 (diff)
parentf7218d4a6025549dae863762d4cfba4457ddfea7 (diff)
downloadnose-ad0b664d4197f1200c00fe4f729dac36ccbd90f7.tar.gz
Merge pull request #796 from brad/patch-1
correcting typo, missing the word "run"
-rw-r--r--doc/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.rst b/doc/index.rst
index 68d16eb..abb1dfb 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -62,7 +62,7 @@ it via distribute's bootstrap script.
Additionally, if your project is using `2to3
<http://docs.python.org/library/2to3.html>`_, ``python3 setup.py nosetests``
-command will automatically convert your sources with 2to3 and then the
+command will automatically convert your sources with 2to3 and then run the
tests with python 3.
.. warning ::