Skip to content

Commit b901d21

Browse files
authored
docs: add missing verb (#15765)
1 parent 01c6994 commit b901d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/cheat_sheet_py3.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Functions
104104
print(value + "!" * excitement)
105105
106106
# Note that arguments without a type are dynamically typed (treated as Any)
107-
# and that functions without any annotations not checked
107+
# and that functions without any annotations are not checked
108108
def untyped(x):
109109
x.anything() + 1 + "string" # no errors
110110

0 commit comments

Comments
 (0)