mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
docstring typo
This commit is contained in:
parent
6bd6835c1f
commit
c955f89225
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue