From d17bbaed27745a1c081cb283ca216e1535ba8293 Mon Sep 17 00:00:00 2001 From: SOVIETIC-BOSS88 Date: Wed, 3 Jun 2020 22:10:52 +0200 Subject: [PATCH] Update 19_learner.ipynb --- 19_learner.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/19_learner.ipynb b/19_learner.ipynb index 10028d3..395baef 100644 --- a/19_learner.ipynb +++ b/19_learner.ipynb @@ -779,7 +779,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "and test it works:" + "and test if it works:" ] }, { @@ -1443,7 +1443,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "`GetAttr` is a fastai class that implements Python's standard `__getattr__` and `__dir__` methods for you, such such any time you try to access an attribute that doesn't exist, it passes the request along to whatever you have defined as `_default`." + "`GetAttr` is a fastai class that implements Python's standard `__getattr__` and `__dir__` methods for you, such that any time you try to access an attribute that doesn't exist, it passes the request along to whatever you have defined as `_default`." ] }, {