From 868e5e998844d490e6098082eb3a4d9c6e27c080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leoz=C3=ADtor=20Floro=20de=20Souza?= Date: Wed, 5 Aug 2020 14:16:38 -0400 Subject: [PATCH] Update 01_intro.ipynb correcting misspelling "becaue" to "because" --- 01_intro.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_intro.ipynb b/01_intro.ipynb index c3523f4..411552c 100644 --- a/01_intro.ipynb +++ b/01_intro.ipynb @@ -2237,7 +2237,7 @@ "learn.fine_tune(4, 1e-2)\n", "```\n", "\n", - "The outputs themselves can be deceiving, becaue they include the results of the last time the cell was executed; if you change the code inside a cell without executing it, the old (misleading) results will remain.\n", + "The outputs themselves can be deceiving, because they include the results of the last time the cell was executed; if you change the code inside a cell without executing it, the old (misleading) results will remain.\n", "\n", "Except when we mention it explicitly, the notebooks provided on the [book website](https://book.fast.ai/) are meant to be run in order, from top to bottom. In general, when experimenting, you will find yourself executing cells in any order to go fast (which is a super neat feature of Jupyter Notebook), but once you have explored and arrived at the final version of your code, make sure you can run the cells of your notebooks in order (your future self won't necessarily remember the convoluted path you took otherwise!). \n", "\n",