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 6b6995a commit 28508d8Copy full SHA for 28508d8
README.md
@@ -10,7 +10,7 @@
10
The `typeapi` package provides a __unified and consistent API__ for the reflection and introspection of
11
Python type hints. In addition, it allows evaluating future annotations such as
12
[PEP585](https://peps.python.org/pep-0585/) (such as `list[str]`) and
13
-[PEP604](https://peps.python.org/pep-0604/) (such as `int | str`) in in versions that don't
+[PEP604](https://peps.python.org/pep-0604/) (such as `int | str`) in versions that don't
14
natively support them.
15
16
__Requirements__:
0 commit comments