From a4aaed801fe74eff79b1d0753a3c54074705c3a3 Mon Sep 17 00:00:00 2001 From: Almog Baku Date: Mon, 1 Jun 2020 18:54:23 +0300 Subject: [PATCH] fix misspelled word --- 01_intro.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_intro.ipynb b/01_intro.ipynb index c3523f4..526f6ee 100644 --- a/01_intro.ipynb +++ b/01_intro.ipynb @@ -2270,7 +2270,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "A brief one-line explanation is provided by `doc`. The \"Show in docs\" link take tou to the full documentation, where you'll find all the details and lots of examples. Also, most of fastai's methods are just a handful of lines, so you can click the \"source\" link to see exactly what's going on behind the scenes.\n", + "A brief one-line explanation is provided by `doc`. The \"Show in docs\" link take you to the full documentation, where you'll find all the details and lots of examples. Also, most of fastai's methods are just a handful of lines, so you can click the \"source\" link to see exactly what's going on behind the scenes.\n", "\n", "Let's move on to something much less sexy, but perhaps significantly more widely commercially useful: building models from plain *tabular* data." ]