Skip to content

Commit

Permalink
Another one
Browse files Browse the repository at this point in the history
  • Loading branch information
hamdanal authored Dec 21, 2024
1 parent c079b63 commit aa384cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typing_extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2189,7 +2189,7 @@ def __getitem__(self, parameters):
1. The return value is a boolean.
2. If the return value is ``True``, the type of its argument
is the intersection of the type inside ``TypeGuard`` and the argument's
is the intersection of the type inside ``TypeIs`` and the argument's
previously known type.
For example::
Expand Down

0 comments on commit aa384cf

Please sign in to comment.