Commit 7810a176 authored by Skip Montanaro's avatar Skip Montanaro

docstring typo

parent f2ee1d1f
...@@ -73,7 +73,7 @@ def findfile(file, here=__file__): ...@@ -73,7 +73,7 @@ def findfile(file, here=__file__):
def verify(condition, reason='test failed'): def verify(condition, reason='test failed'):
"""Verify that condition is true. If not, raise TestFailed. """Verify that condition is true. If not, raise TestFailed.
The optinal argument reason can be given to provide The optional argument reason can be given to provide
a better error text. a better error text.
""" """
......
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