Skip to content

Commit f1e8202

Browse files
authored
Update site/en/tutorials/load_data/csv.ipynb
1 parent be3e1c0 commit f1e8202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/load_data/csv.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421
"# Create a symbolic input\n",
422422
"input = tf.keras.Input(shape=(), dtype=tf.float32)\n",
423423
"\n",
424-
"# Do a calculation using it\n",
424+
"# Perform a calculation using the input\n",
425425
"result = 2*input + 1\n",
426426
"\n",
427427
"# the result doesn't have a value\n",

0 commit comments

Comments
 (0)