summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Pitcher <bradpitcher@gmail.com>2014-04-19 10:38:35 -0700
committerBrad Pitcher <bradpitcher@gmail.com>2014-04-19 10:38:35 -0700
commitf7218d4a6025549dae863762d4cfba4457ddfea7 (patch)
tree2972e5f3bc92c4ed7667bfdafddbfb2806210234
parenta0835939c02f2081351cb7219053d27d9224bca4 (diff)
downloadnose-f7218d4a6025549dae863762d4cfba4457ddfea7.tar.gz
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 ::