Skip to content

Commit

Permalink
Fix typo in getting_started.rst (#16700)
Browse files Browse the repository at this point in the history
  • Loading branch information
zipperer authored Dec 24, 2023
1 parent 7d842e8 commit 3338c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ This is the case even if you misuse the function!
def greeting(name):
return 'Hello ' + name
# 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
# because "greeting" does not have type annotations.
greeting(123)
greeting(b"Alice")
Expand Down

0 comments on commit 3338c57

Please sign in to comment.