From: shreddd Date: Thu, 27 Jun 2013 18:51:02 +0000 (+1200) Subject: fix typos X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0706583b661626a5dd0f934e9372a59841c7b57c;p=swc-testing-nose.git fix typos --- diff --git a/python/testing.md b/python/testing.md index d4911ef..af1eda3 100644 --- a/python/testing.md +++ b/python/testing.md @@ -336,9 +336,9 @@ python interpreter. To do this, make the very first line of the file #!/usr/bin/env python -Then, we need to give the file `make_animals.py` permission to execute on its +Then, we need to give the file `mean_animals.py` permission to execute on its own. From the command line, in the directory containing the file -`make_animals.py`, run the line +`mean_animals.py`, run the line chmod 755 mean_sightings.py