diff options
author | Skip Montanaro <skip@pobox.com> | 2001-01-20 19:12:54 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2001-01-20 19:12:54 (GMT) |
commit | c955f892254359194b3b1c4462156753acc4de90 (patch) | |
tree | e6d03a7e2457c2b8e42230582a5391252de39c23 /Lib/test | |
parent | 6bd6835c1f68509a0bb9d82f98873a32c1475142 (diff) | |
download | cpython-c955f892254359194b3b1c4462156753acc4de90.zip cpython-c955f892254359194b3b1c4462156753acc4de90.tar.gz cpython-c955f892254359194b3b1c4462156753acc4de90.tar.bz2 |
docstring typo
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test_support.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py index 771b147..8861399 100644 --- a/Lib/test/test_support.py +++ b/Lib/test/test_support.py @@ -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. """ |