Skip to content

Commit

Permalink
fix ch15 syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Sep 5, 2017
1 parent 7446eb0 commit 4c5be96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ch15/ch15.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
"\n",
"try:\n",
" img = scipy.misc.imread('./example-image.png', mode='RGB')\n",
"except AttributeError\n",
"except AttributeError:\n",
" s = (\"scipy.misc.imread requires Python's image library PIL\"\n",
" \" You can satisfy this requirement by installing the\"\n",
" \" userfriendly fork PILLOW via `pip install pillow`.\")\n",
Expand Down

0 comments on commit 4c5be96

Please sign in to comment.