Skip to content

Commit 925c6df

Browse files
committed
update Function Decorators
1 parent b6868df commit 925c6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/Functions-DecoratorPattern.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@
12291229
" self._coffee = coffee\n",
12301230
" \n",
12311231
" def cost(self):\n",
1232-
" return self._coffee.cost() + 2 # Add cost of mile"
1232+
" return self._coffee.cost() + 2 # Add cost of milk"
12331233
]
12341234
},
12351235
{

0 commit comments

Comments
 (0)