Skip to content

Commit ee73af6

Browse files
author
Svetlana Karslioglu
authored
Update beginner_source/nn_tutorial.py
Fix for spellcheck
1 parent 7c2f43e commit ee73af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/nn_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
import numpy as np
7676

7777
pyplot.imshow(x_train[0].reshape((28, 28)), cmap="gray")
78-
# pyplot.show() only if not on colab
78+
# ``pyplot.show()`` only if not on Colab
7979
try:
8080
import google.colab
8181
except ImportError:

0 commit comments

Comments
 (0)