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 01c6994 commit b901d21Copy full SHA for b901d21
docs/source/cheat_sheet_py3.rst
@@ -104,7 +104,7 @@ Functions
104
print(value + "!" * excitement)
105
106
# Note that arguments without a type are dynamically typed (treated as Any)
107
- # and that functions without any annotations not checked
+ # and that functions without any annotations are not checked
108
def untyped(x):
109
x.anything() + 1 + "string" # no errors
110
0 commit comments