Skip to content

Commit d7e17cc

Browse files
authored
Update repo link to typing_extensions (#120)
1 parent 9c80a5a commit d7e17cc

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
@@ -73,7 +73,7 @@ Collection of awesome Python types, stubs, plugins, and tools to work with them.
7373
## Backports and improvements
7474

7575
- [future-typing](https://github.com/PrettyWood/future-typing) - Backport for type hinting generics in standard collections and union types as `X | Y`.
76-
- [typing-extensions](https://github.com/python/typing/tree/master/typing_extensions) - Backported and experimental type hints.
76+
- [typing-extensions](https://github.com/python/typing_extensions) - Backported and experimental type hints.
7777
- [typing-utils](https://github.com/bojiang/typing_utils) - Backport 3.8+ runtime typing utils(for eg: get_origin) & add issubtype & more.
7878

7979
## Tools

0 commit comments

Comments
 (0)