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

Skip to content

Commit b62032e

Browse files
Update Lib/test/test_typing.py
Co-authored-by: Jelle Zijlstra <[email protected]>
1 parent 84f861a commit b62032e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3389,7 +3389,7 @@ def test_generic_subclass_checks(self):
33893389
self.assertRaises(TypeError, issubclass, typ, type)
33903390
self.assertRaises(TypeError, issubclass, typ, typ)
33913391

3392-
# isinstance if fine:
3392+
# isinstance is fine:
33933393
self.assertTrue(isinstance(typ, object))
33943394
self.assertTrue(isinstance(typ, object))
33953395
# but, not when the right arg is also a generic:

0 commit comments

Comments
 (0)