mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Merge 3.5 (Issue #24400)
This commit is contained in:
commit
17314ab4dc
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class TestPredicates(IsTestBase):
|
|||
count = len([x for x in dir(inspect) if x.startswith('is')])
|
||||
# This test is here for remember you to update Doc/library/inspect.rst
|
||||
# which claims there are 16 such functions
|
||||
expected = 19
|
||||
expected = 18
|
||||
err_msg = "There are %d (not %d) is* functions" % (count, expected)
|
||||
self.assertEqual(count, expected, err_msg)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue