Merge pull request #176 from AlmogBaku/patch-1

fix misspelled word
This commit is contained in:
Jeremy Howard
2020-08-16 07:18:57 -07:00
committed by GitHub

View File

@@ -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."
]