Skip to content

Commit

Permalink
Typo 'mote Pythonic' -> 'more Pythonic'
Browse files Browse the repository at this point in the history
  • Loading branch information
webjoe committed Apr 28, 2016
1 parent b08d82c commit d1297cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Decorators.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d1297cc

Please sign in to comment.