Skip to content

Commit 9a22782

Browse files
Update Lib/typing.py
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
1 parent c36532f commit 9a22782

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,7 @@ class C[T]: pass
13691369
TypeGuard[bool]
13701370
TypeIs[range]
13711371
1372-
Note that objects of this class is not considered to be a class (e.g by `inspect.isclass`),
1372+
Note that instances of this class are not classes (e.g by `inspect.isclass`),
13731373
even though they behave like them.
13741374
"""
13751375
def __init__(self, origin, args, *, inst=True, name=None):

0 commit comments

Comments
 (0)