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 ce6d243 commit 33dbbd2Copy full SHA for 33dbbd2
README.md
@@ -68,7 +68,7 @@ number = input("What is your favourite number?")
68
print("It is", number + 1) # error: Unsupported operand types for + ("str" and "int")
69
```
70
71
-See [the documentation](https://mypy.readthedocs.io/en/stable/introduction.html) for more examples.
+See [the documentation](https://mypy.readthedocs.io/en/stable/index.html) for more examples.
72
73
In particular, see:
74
- [type hints cheat sheet](https://mypy.readthedocs.io/en/stable/cheat_sheet_py3.html)
0 commit comments