Skip to content

Commit b0b7b7c

Browse files
committed
Fixed typo
1 parent 010cc46 commit b0b7b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/01_Introduction/03_Numbers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Try it out.
163163
3
164164
>>> b = '3.14159' # It also works with strings containing numbers
165165
>>> float(b)
166-
3.15159
166+
3.14159
167167
>>>
168168
```
169169

0 commit comments

Comments
 (0)