mirror of
https://github.com/python/cpython.git
synced 2025-10-08 08:01:55 +00:00
Fix a few typos and a double semicolon. Patch by Eitan Adler.
This commit is contained in:
parent
1c1cadbbca
commit
3f5db3940f
10 changed files with 10 additions and 10 deletions
|
@ -15,7 +15,7 @@ class TestIsInstanceExceptions(unittest.TestCase):
|
|||
# (leading to an "undetected error" in the debug build). Set up is,
|
||||
# isinstance(inst, cls) where:
|
||||
#
|
||||
# - cls isn't a a type, or a tuple
|
||||
# - cls isn't a type, or a tuple
|
||||
# - cls has a __bases__ attribute
|
||||
# - inst has a __class__ attribute
|
||||
# - inst.__class__ as no __bases__ attribute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue