aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/udacity
diff options
context:
space:
mode:
authorGravatar Martin Wicke <wicke@google.com>2016-03-15 17:53:33 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-03-16 16:19:29 -0700
commit3ae663ccc5d08976e0f547d5b2ece35067a6673e (patch)
tree45810d02a11acc9b45e4268fd00548929ea91ffd /tensorflow/examples/udacity
parenta0d21ec39cc3f18781d2d37798aa328e12f92844 (diff)
Merge changes from github.
Change: 117301677
Diffstat (limited to 'tensorflow/examples/udacity')
-rw-r--r--tensorflow/examples/udacity/1_notmnist.ipynb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/examples/udacity/1_notmnist.ipynb b/tensorflow/examples/udacity/1_notmnist.ipynb
index b4704a3985..9d864ccd37 100644
--- a/tensorflow/examples/udacity/1_notmnist.ipynb
+++ b/tensorflow/examples/udacity/1_notmnist.ipynb
@@ -117,7 +117,7 @@
" print('Found and verified', filename)\n",
" else:\n",
" raise Exception(\n",
- " 'Failed to verify' + filename + '. Can you get to it with a browser?')\n",
+ " 'Failed to verify ' + filename + '. Can you get to it with a browser?')\n",
" return filename\n",
"\n",
"train_filename = maybe_download('notMNIST_large.tar.gz', 247336696)\n",