Commit c955f892 authored by Skip Montanaro's avatar Skip Montanaro

docstring typo

parent 6bd6835c
......@@ -73,7 +73,7 @@ def findfile(file, here=__file__):
def verify(condition, reason='test failed'):
"""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.
"""
......
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