Skip to content

Commit 153be1f

Browse files
Fix typo to make exercise match solution
1 parent a49cba7 commit 153be1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Exercises-2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@
369369
}
370370
},
371371
{
372-
"source": "### Plot the number of \"Batman\" characters each decade.",
372+
"source": "### Plot the number of \"Hamlet\" characters each decade.",
373373
"cell_type": "markdown",
374374
"metadata": {
375375
"collapsed": true

Solutions-2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@
435435
}
436436
],
437437
"source": [
438-
"# Plot the number of \"Batman\" characters each decade.\n",
438+
"# Plot the number of \"Hamlet\" characters each decade.\n",
439439
"\n",
440440
"c = cast\n",
441441
"c = c[c.character == 'Hamlet']\n",

0 commit comments

Comments
 (0)