Skip to content

Commit

Permalink
Small typo in lab-01-basics.ipynb (hunkim#123) (hunkim#158)
Browse files Browse the repository at this point in the history
Thank you!
  • Loading branch information
SDRLurker authored and kkweon committed May 9, 2017
1 parent 87435ba commit b00a345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab-01-basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"# This op is added as a node to the default graph\n",
"hello = tf.constant(\"Hello, TensorFlow!\")\n",
"\n",
"# seart a TF session\n",
"# start a TF session\n",
"sess = tf.Session()\n",
"\n",
"# run the op and get result\n",
Expand Down

0 comments on commit b00a345

Please sign in to comment.