Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Changes 0 to 0.0 in the output of explicit
string typecasting example.

Fixes #13
  • Loading branch information
satwikkansal committed Aug 31, 2017
1 parent 3c97d1b commit d91404d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ True
>>> b == d #but nan!=nan
False
>>> 50/a
0
0.0
>>> a/a
nan
>>> 23 + b
Expand Down

0 comments on commit d91404d

Please sign in to comment.