Skip to content

Commit 69658f4

Browse files
committed
Merge pull request jmportilla#11 from webjoe/patch-1
Typo 'mote Pythonic' -> 'more Pythonic'
2 parents 1bb574d + d1297cc commit 69658f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Decorators.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"#Decorators\n",
88
"\n",
99
"\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",
1111
"\n",
1212
"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",
1313
"\n",

0 commit comments

Comments
 (0)