Thanks to visit codestin.com Credit goes to github.com
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 7d842e8 commit 3338c57Copy full SHA for 3338c57
1 file changed
docs/source/getting_started.rst
@@ -66,7 +66,7 @@ This is the case even if you misuse the function!
66
def greeting(name):
67
return 'Hello ' + name
68
69
- # These calls will fail when the program run, but mypy does not report an error
+ # These calls will fail when the program runs, but mypy does not report an error
70
# because "greeting" does not have type annotations.
71
greeting(123)
72
greeting(b"Alice")
0 commit comments