docstring typo

This commit is contained in:
Skip Montanaro 2001-01-20 19:12:54 +00:00
parent 6bd6835c1f
commit c955f89225
1 changed files with 1 additions and 1 deletions

View File

@ -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.
"""