Skip to content

Commit

Permalink
docs: add missing verb (#15765)
Browse files Browse the repository at this point in the history
  • Loading branch information
mj0nez committed Jul 26, 2023
1 parent 01c6994 commit b901d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/cheat_sheet_py3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Functions
print(value + "!" * excitement)
# Note that arguments without a type are dynamically typed (treated as Any)
# and that functions without any annotations not checked
# and that functions without any annotations are not checked
def untyped(x):
x.anything() + 1 + "string" # no errors
Expand Down

0 comments on commit b901d21

Please sign in to comment.