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.
TypeIs
1 parent 6f84687 commit 1ee20f7Copy full SHA for 1ee20f7
1 file changed
src/typing_extensions.py
@@ -2141,7 +2141,7 @@ def TypeIs(self, parameters):
2141
2142
1. The return value is a boolean.
2143
2. If the return value is ``True``, the type of its argument
2144
- is the intersection of the type inside ``TypeGuard`` and the argument's
+ is the intersection of the type inside ``TypeIs`` and the argument's
2145
previously known type.
2146
2147
For example::
@@ -2189,7 +2189,7 @@ def __getitem__(self, parameters):
2189
2190
2191
2192
2193
2194
2195
0 commit comments