Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 22f68d5

Browse files
committed
Issue #24541: Update comment in test_inspect.test_eightteen
1 parent 8a8f453 commit 22f68d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_inspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class TestPredicates(IsTestBase):
9494
def test_eightteen(self):
9595
count = len([x for x in dir(inspect) if x.startswith('is')])
9696
# This test is here for remember you to update Doc/library/inspect.rst
97-
# which claims there are 16 such functions
97+
# which claims there are 18 such functions
9898
expected = 18
9999
err_msg = "There are %d (not %d) is* functions" % (count, expected)
100100
self.assertEqual(count, expected, err_msg)

0 commit comments

Comments
 (0)