mirror of https://github.com/python/cpython
docstring typo
This commit is contained in:
parent
6bd6835c1f
commit
c955f89225
|
@ -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.
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue