Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba57e98

Browse files
committed
Typo fix
1 parent 178efb4 commit ba57e98

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
@@ -84,7 +84,7 @@ Be aware that floating point numbers are inexact when representing decimals.
8484

8585
```python
8686
>>> a = 2.1 + 4.2
87-
>>> a === 6.3
87+
>>> a == 6.3
8888
False
8989
>>> a
9090
6.300000000000001

0 commit comments

Comments
 (0)