Skip to content

Commit c50409c

Browse files
committed
Add e
1 parent 27d0464 commit c50409c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exercises/01_penguin_classification.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
"\n",
221221
"\n",
222222
"for features, target in data_set:\n",
223-
" # print the features and targets her\n",
223+
" # print the features and targets here\n",
224224
" pass"
225225
]
226226
},
@@ -265,7 +265,7 @@
265265
},
266266
{
267267
"cell_type": "code",
268-
"execution_count": 1,
268+
"execution_count": null,
269269
"metadata": {},
270270
"outputs": [],
271271
"source": [
@@ -287,7 +287,7 @@
287287
},
288288
{
289289
"cell_type": "code",
290-
"execution_count": 2,
290+
"execution_count": null,
291291
"metadata": {},
292292
"outputs": [],
293293
"source": [

0 commit comments

Comments
 (0)