]> granicus.if.org Git - python/commitdiff
#5834: use "failure" instead of "error" because the two have different meanings in...
authorGeorg Brandl <georg@python.org>
Sat, 25 Apr 2009 14:51:31 +0000 (14:51 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 25 Apr 2009 14:51:31 +0000 (14:51 +0000)
Doc/library/unittest.rst

index e24f37b84756be4780bcc997c04f82a2c2868b27..50314cd85ce0af2ca4b4b9aff7a4b3318d85e325 100644 (file)
@@ -609,7 +609,7 @@ Test cases
                assert_(expr[, msg])
                failUnless(expr[, msg])
 
-      Signal a test failure if *expr* is false; the explanation for the error
+      Signal a test failure if *expr* is false; the explanation for the failure
       will be *msg* if given, otherwise it will be :const:`None`.
 
       .. deprecated:: 2.7