From: Skip Montanaro Date: Sat, 20 Jan 2001 19:12:54 +0000 (+0000) Subject: docstring typo X-Git-Tag: v2.1a1~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c955f892254359194b3b1c4462156753acc4de90;p=thirdparty%2FPython%2Fcpython.git docstring typo --- diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py index 771b14715551..8861399b0ad9 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. """