From: shreddd Date: Wed, 3 Jul 2013 09:59:58 +0000 (+1200) Subject: fix func name for get_sightings X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=729bde6d97db3eefbcf1bd6afe110383a220cd1a;p=swc-testing-nose.git fix func name for get_sightings --- 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)