Permalink
Browse files

Fix typo to make exercise match solution

  • Loading branch information...
1 parent a49cba7 commit 153be1fbbbd110ea751694b3ff12300cb60844c4 @brandon-rhodes committed Jul 9, 2015
Showing with 2 additions and 2 deletions.
  1. +1 −1 Exercises-2.ipynb
  2. +1 −1 Solutions-2.ipynb
View
@@ -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
View
@@ -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

Please sign in to comment.