We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a212761 commit d2757a0Copy full SHA for d2757a0
1 file changed
stdlib/@tests/stubtest_allowlists/py310.txt
@@ -78,7 +78,7 @@ builtins.float.__setformat__ # Internal method for CPython test suite
78
typing._SpecialForm.__mro_entries__ # Exists at runtime, but missing from stubs
79
80
# Will always raise. Not included to avoid type checkers inferring that
81
-# TypeAliasType instances are callable.
+# Sentinel instances are callable.
82
typing_extensions.Sentinel.__call__
83
84
0 commit comments