Skip to content
This repository was archived by the owner on Jan 22, 2020. It is now read-only.

Commit 433aaac

Browse files
authored
Update 02 - Project Solution - Goal 1.ipynb
Fix minor typo
1 parent b164cd8 commit 433aaac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Part 2/Section 03 - Project 1/02 - Project Solution - Goal 1.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@
407407
"source": [
408408
"As you should already be aware, comparing floats for equality is not something we should do.\n",
409409
"\n",
410-
"Instead, we are going to use the math module's `is_close` function with relative and absolute tolerances set to `0.001`. (I cover this in Part 1 of this series, but you can also see the documentation here: \n",
410+
"Instead, we are going to use the math module's `isclose` function with relative and absolute tolerances set to `0.001`. (I cover this in Part 1 of this series, but you can also see the documentation here: \n",
411411
"* https://docs.python.org/3/library/math.html\n",
412412
"* https://www.python.org/dev/peps/pep-0485/"
413413
]

0 commit comments

Comments
 (0)