diff --git a/Decorators.ipynb b/Decorators.ipynb index b7e2bf6..1bad44f 100644 --- a/Decorators.ipynb +++ b/Decorators.ipynb @@ -7,7 +7,7 @@ "#Decorators\n", "\n", "\n", - "Decorators can be thought of as functions which modify the *functionality* of another function. They help to make your code shorter and mote \"Pythonic\". \n", + "Decorators can be thought of as functions which modify the *functionality* of another function. They help to make your code shorter and more \"Pythonic\". \n", "\n", "To properly explain decorators we will slowly build up from functions. Make sure to restart the Python and the Notebooks for this lecture to look the same on your own computer. So lets break down the steps:\n", "\n",