Skip to content

Commit d91404d

Browse files
committed
Fix typo
Changes 0 to 0.0 in the output of explicit string typecasting example. Fixes satwikkansal#13
1 parent 3c97d1b commit d91404d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@ True
11751175
>>> b == d #but nan!=nan
11761176
False
11771177
>>> 50/a
1178-
0
1178+
0.0
11791179
>>> a/a
11801180
nan
11811181
>>> 23 + b

0 commit comments

Comments
 (0)