Update 19_learner.ipynb

This commit is contained in:
SOVIETIC-BOSS88
2020-06-03 22:10:52 +02:00
committed by GitHub
parent 62ac21d085
commit d17bbaed27

View File

@@ -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`."
]
},
{