From ba57e98f5b5d4ee3f1f2d7896da5903ec8a26194 Mon Sep 17 00:00:00 2001 From: David Beazley Date: Fri, 29 May 2020 10:41:15 -0500 Subject: [PATCH] Typo fix --- Notes/01_Introduction/03_Numbers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notes/01_Introduction/03_Numbers.md b/Notes/01_Introduction/03_Numbers.md index fae6d4c..a8c7c24 100644 --- a/Notes/01_Introduction/03_Numbers.md +++ b/Notes/01_Introduction/03_Numbers.md @@ -84,7 +84,7 @@ Be aware that floating point numbers are inexact when representing decimals. ```python >>> a = 2.1 + 4.2 ->>> a === 6.3 +>>> a == 6.3 False >>> a 6.300000000000001