]> granicus.if.org Git - python/commitdiff
Another instance of the same typo.
authorSteve Purcell <steve@pythonconsulting.com>
Sun, 26 Oct 2003 16:38:16 +0000 (16:38 +0000)
committerSteve Purcell <steve@pythonconsulting.com>
Sun, 26 Oct 2003 16:38:16 +0000 (16:38 +0000)
Lib/unittest.py

index 65674104de040477c1b629f0baf1fff2c7861ba2..10108d33ea3310a76e8648594e2ae20cae0c7b08 100644 (file)
@@ -46,7 +46,7 @@ SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 
 __author__ = "Steve Purcell"
 __email__ = "stephen_purcell at yahoo dot com"
-__version__ = "#Revision: 1.61 $"[11:-2]
+__version__ = "#Revision: 1.62 $"[11:-2]
 
 import time
 import sys
@@ -341,7 +341,7 @@ class TestCase:
            difference rounded to the given number of decimal places
            (default 7) and comparing to zero.
 
-           Note that decimal places (from zero) is usually not the same
+           Note that decimal places (from zero) are usually not the same
            as significant digits (measured from the most signficant digit).
         """
         if round(second-first, places) == 0: