Skip to content

Commit 28508d8

Browse files
fix spelling
1 parent 6b6995a commit 28508d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
The `typeapi` package provides a __unified and consistent API__ for the reflection and introspection of
1111
Python type hints. In addition, it allows evaluating future annotations such as
1212
[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
13+
[PEP604](https://peps.python.org/pep-0604/) (such as `int | str`) in versions that don't
1414
natively support them.
1515

1616
__Requirements__:

0 commit comments

Comments
 (0)