We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7fd68b + f61250a commit 702a09eCopy full SHA for 702a09e
cookbook/c03/p07_inf_nan.py
@@ -16,7 +16,7 @@ def inf_nan():
16
print(a * 10 == a)
17
print(10 / a)
18
19
- # undifined
+ # undefined
20
print(a / a)
21
print(a + b)
22
0 commit comments