From 0706583b661626a5dd0f934e9372a59841c7b57c Mon Sep 17 00:00:00 2001 From: shreddd Date: Fri, 28 Jun 2013 06:51:02 +1200 Subject: [PATCH] fix typos --- python/testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.26.2