Skip to content

Commit ee0ed36

Browse files
Update Doc/library/stdtypes.rst
Co-authored-by: Jelle Zijlstra <[email protected]>
1 parent 817a313 commit ee0ed36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5347,7 +5347,7 @@ creation::
53475347
<class 'list'>
53485348

53495349

5350-
Additionally, instances of ``GenericAlias`` are not considered to be classes at runtime, even though they behave like classes (e.g. they can be instantiated)::
5350+
Additionally, instances of ``GenericAlias`` are not classes at runtime, even though they behave like classes (e.g. they can be instantiated)::
53515351

53525352
>>> import inspect
53535353
>>> inspect.isclass(list[int])

0 commit comments

Comments
 (0)