You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Decorators.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
"#Decorators\n",
8
8
"\n",
9
9
"\n",
10
-
"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",
10
+
"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",
11
11
"\n",
12
12
"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",
0 commit comments