fix typos
authorshreddd <shreyas@gmail.com>
Thu, 27 Jun 2013 18:51:02 +0000 (06:51 +1200)
committerW. Trevor King <wking@tremily.us>
Fri, 8 Nov 2013 16:59:06 +0000 (08:59 -0800)
python/testing.md

index d4911ef4d349ace0f32756ffa139171a8371a64b..af1eda3ae95f4cdfbbaecc3a3db4f414039d1f19 100644 (file)
@@ -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