Skip to content

Commit b00a345

Browse files
SDRLurkerkkweon
authored andcommitted
Small typo in lab-01-basics.ipynb (hunkim#123) (hunkim#158)
Thank you!
1 parent 87435ba commit b00a345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lab-01-basics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"# This op is added as a node to the default graph\n",
7373
"hello = tf.constant(\"Hello, TensorFlow!\")\n",
7474
"\n",
75-
"# seart a TF session\n",
75+
"# start a TF session\n",
7676
"sess = tf.Session()\n",
7777
"\n",
7878
"# run the op and get result\n",

0 commit comments

Comments
 (0)