From 729bde6d97db3eefbcf1bd6afe110383a220cd1a Mon Sep 17 00:00:00 2001 From: shreddd Date: Wed, 3 Jul 2013 21:59:58 +1200 Subject: [PATCH] fix func name for get_sightings --- python/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/testing.md b/python/testing.md index ab3aebd..3fc1029 100644 --- a/python/testing.md +++ b/python/testing.md @@ -283,7 +283,7 @@ program. Example: - def get_sightings_loop(filename, focusanimal): + def get_sightings(filename, focusanimal): # Load table tab = ml.csv2rec(filename) -- 2.26.2