]> granicus.if.org Git - python/commitdiff
15 -> 16, the 2nd
authorGeorg Brandl <georg@python.org>
Mon, 3 Mar 2008 20:39:00 +0000 (20:39 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 3 Mar 2008 20:39:00 +0000 (20:39 +0000)
Lib/test/test_inspect.py

index 06f6b94c851c08f41b14be6833ba610e1092cb0e..ef84f44f6c99f924b009b4ab10df74585fff4947 100644 (file)
@@ -53,7 +53,7 @@ class TestPredicates(IsTestBase):
     def test_sixteen(self):
         count = len(filter(lambda x:x.startswith('is'), dir(inspect)))
         # This test is here for remember you to update Doc/library/inspect.rst
-        # which claims there are 15 such functions
+        # which claims there are 16 such functions
         expected = 16
         err_msg = "There are %d (not %d) is* functions" % (count, expected)
         self.assertEqual(count, expected, err_msg)