Skip to content

Commit 00e2927

Browse files
rajarahulrayaymericdamien
authored andcommitted
just a letter missed in multiply...no big deal... (aymericdamien#131)
1 parent 5a79b2c commit 00e2927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/1_Introduction/basic_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
# Define some operations
3232
add = tf.add(a, b)
33-
mul = tf.muliply(a, b)
33+
mul = tf.multiply(a, b)
3434

3535
# Launch the default graph.
3636
with tf.Session() as sess:

0 commit comments

Comments
 (0)