Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3338c57

Browse files
authored
Fix typo in getting_started.rst (python#16700)
1 parent 7d842e8 commit 3338c57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This is the case even if you misuse the function!
6666
def greeting(name):
6767
return 'Hello ' + name
6868
69-
# These calls will fail when the program run, but mypy does not report an error
69+
# These calls will fail when the program runs, but mypy does not report an error
7070
# because "greeting" does not have type annotations.
7171
greeting(123)
7272
greeting(b"Alice")

0 commit comments

Comments
 (0)