Commit 1280e742 by Lyla Fischer

fixed documentation

parent 5f9d131f
...@@ -11,7 +11,7 @@ def compare_with_tolerance(v1, v2, tol): ...@@ -11,7 +11,7 @@ def compare_with_tolerance(v1, v2, tol):
- v1 : student result (number) - v1 : student result (number)
- v2 : instructor result (number) - v2 : instructor result (number)
- tol : tolerance (string or number) - tol : tolerance (string representing a number)
''' '''
relative = tol.endswith('%') relative = tol.endswith('%')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment