Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bethgelab/foolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Rauber committed Jul 14, 2017
2 parents 61e379f + 2a32e2c commit 16646cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ To plot the adversarial example we can use `matplotlib`:
plt.imshow(adversarial)
plt.subplot(1, 3, 3)
plt.(adversarial - image)
plt.imshow(adversarial - image)

0 comments on commit 16646cf

Please sign in to comment.