]> granicus.if.org Git - python/commitdiff
docstring typo
authorSkip Montanaro <skip@pobox.com>
Sat, 20 Jan 2001 19:12:54 +0000 (19:12 +0000)
committerSkip Montanaro <skip@pobox.com>
Sat, 20 Jan 2001 19:12:54 +0000 (19:12 +0000)
Lib/test/test_support.py

index 771b14715551735840d72273b1868c29b1670a0e..8861399b0ad934accc52ab5320d72513b5c2e5d5 100644 (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.
     """