diff --git a/beginner_source/nn_tutorial.py b/beginner_source/nn_tutorial.py index 074fad7f85..7ee7df3b43 100644 --- a/beginner_source/nn_tutorial.py +++ b/beginner_source/nn_tutorial.py @@ -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: