projects
/
swc-testing-nose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e4300f
)
fix func name for get_sightings
author
shreddd
<shreyas@gmail.com>
Wed, 3 Jul 2013 09:59:58 +0000
(21:59 +1200)
committer
W. Trevor King
<wking@tremily.us>
Fri, 8 Nov 2013 16:59:07 +0000
(08:59 -0800)
python/testing.md
patch
|
blob
|
history
diff --git
a/python/testing.md
b/python/testing.md
index ab3aebda2912630fac54dbc300ce46ba8c143569..3fc1029db02d1fd1d7e6d627ad9905cf273dad0d 100644
(file)
--- 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)