Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-kidger committed Aug 29, 2024
1 parent b3a13eb commit ec71bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The real problem is that Python's static typing ecosystem is a complicated colle
[The numeric tower is broken](https://stackoverflow.com/a/69383462);
[int is not a number](https://github.com/python/mypy/issues/3186#issuecomment-885718629);
[virtual base classes don't work](https://github.com/python/mypy/issues/2922);
[complex lies about having comparison operations, so type checkers have to lie about that lie in order to remove them again](https://posita.github.io/numerary/0.4/whytho/);
[complex lies about having comparison operations, so type checkers have to lie about that lie in order to remove them again](https://beartype.github.io/numerary/0.4/whytho/);
`typing.*` don't work with `isinstance`;
co/contra-variance are baked into containers (not specified at use-time);
`dict` is variadic despite... not being variadic;
Expand Down

0 comments on commit ec71bf0

Please sign in to comment.