Skip to content

Commit dd309b5

Browse files
committed
Change typing extensions
1 parent bf89ae1 commit dd309b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/typing_extensions.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ else:
313313
Concatenate: _SpecialForm
314314
TypeAlias: _SpecialForm
315315
TypeGuard: _SpecialForm
316-
def is_typeddict(tp: object) -> bool: ...
316+
def is_typeddict(tp: object) -> TypeIs[type[_TypedDict]]: ...
317317

318318
# New and changed things in 3.11
319319
if sys.version_info >= (3, 11):

0 commit comments

Comments
 (0)