fixed documentation

This commit is contained in:
Lyla Fischer
2012-10-11 12:23:06 -04:00
parent 331f35145f
commit 0cdbd170c2

View File

@@ -11,7 +11,7 @@ def compare_with_tolerance(v1, v2, tol):
- v1 : student result (number)
- v2 : instructor result (number)
- tol : tolerance (string or number)
- tol : tolerance (string representing a number)
'''
relative = tol.endswith('%')