Skip to content

Commit

Permalink
Update beginner_source/nn_tutorial.py
Browse files Browse the repository at this point in the history
Fix for spellcheck
  • Loading branch information
Svetlana Karslioglu authored May 31, 2023
1 parent 7c2f43e commit ee73af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beginner_source/nn_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
import numpy as np

pyplot.imshow(x_train[0].reshape((28, 28)), cmap="gray")
# pyplot.show() only if not on colab
# ``pyplot.show()`` only if not on Colab
try:
import google.colab
except ImportError:
Expand Down

0 comments on commit ee73af6

Please sign in to comment.