fix func name for get_sightings
authorshreddd <shreyas@gmail.com>
Wed, 3 Jul 2013 09:59:58 +0000 (21:59 +1200)
committerW. Trevor King <wking@tremily.us>
Fri, 8 Nov 2013 16:59:07 +0000 (08:59 -0800)
python/testing.md

index ab3aebda2912630fac54dbc300ce46ba8c143569..3fc1029db02d1fd1d7e6d627ad9905cf273dad0d 100644 (file)
@@ -283,7 +283,7 @@ program.
 
 Example:
 
-    def get_sightings_loop(filename, focusanimal):
+    def get_sightings(filename, focusanimal):
     
        # Load table
        tab = ml.csv2rec(filename)