Permalink
Browse files
Fix typo to make exercise match solution
- Loading branch information...
Showing
with
2 additions
and
2 deletions.
-
+1
−1
Exercises-2.ipynb
-
+1
−1
Solutions-2.ipynb
|
|
@@ -369,7 +369,7 @@ |
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "source": "### Plot the number of \"Batman\" characters each decade.",
|
|
|
+ "source": "### Plot the number of \"Hamlet\" characters each decade.",
|
|
|
"cell_type": "markdown",
|
|
|
"metadata": {
|
|
|
"collapsed": true
|
|
|
|
|
|
@@ -435,7 +435,7 @@ |
|
|
}
|
|
|
],
|
|
|
"source": [
|
|
|
- "# Plot the number of \"Batman\" characters each decade.\n",
|
|
|
+ "# Plot the number of \"Hamlet\" characters each decade.\n",
|
|
|
"\n",
|
|
|
"c = cast\n",
|
|
|
"c = c[c.character == 'Hamlet']\n",
|
|
|
|
0 comments on commit
153be1f