projects
/
pygrader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e23f1b
)
tabulate: fix iterabale -> iterable typo in _statistic().
author
W. Trevor King
<wking@tremily.us>
Mon, 22 Oct 2012 00:09:54 +0000
(20:09 -0400)
committer
W. Trevor King
<wking@tremily.us>
Mon, 22 Oct 2012 00:09:54 +0000
(20:09 -0400)
pygrader/tabulate.py
patch
|
blob
|
history
diff --git
a/pygrader/tabulate.py
b/pygrader/tabulate.py
index 4237b293ced2bb225e66fb1766f5e5c4e6142312..1236b842bfbeacc2cf30d84fff14b8948ebb7454 100644
(file)
--- a/
pygrader/tabulate.py
+++ b/
pygrader/tabulate.py
@@
-53,7
+53,7
@@
if _numpy is None:
else:
_statistics_container = _numpy.array
-def _statistic(iterab
a
le, statistic):
+def _statistic(iterable, statistic):
"""Calculate statistics on an list of numbers
"""
global _numpy_import_error