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 588545f commit 965c6c9Copy full SHA for 965c6c9
README.md
@@ -65,7 +65,7 @@ Here is a small example to whet your appetite:
65
66
```python
67
number = input("What is your favourite number?")
68
-print("Well, my favourite number is: ", number + 1) # error: Unsupported operand types for + ("str" and "int")
+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.
0 commit comments