Skip to content

Commit f61250a

Browse files
committed
docs: fix simple typo, undifined -> undefined
There is a small typo in cookbook/c03/p07_inf_nan.py. Should read `undefined` rather than `undifined`.
1 parent a9cd77b commit f61250a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cookbook/c03/p07_inf_nan.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def inf_nan():
1616
print(a * 10 == a)
1717
print(10 / a)
1818

19-
# undifined
19+
# undefined
2020
print(a / a)
2121
print(a + b)
2222

0 commit comments

Comments
 (0)