Skip to content

Commit

Permalink
small comment typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nouiz committed Sep 12, 2016
1 parent 6ad08dd commit 06d8343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theano/tensor/opt.py
Original file line number Diff line number Diff line change
Expand Up @@ -7157,7 +7157,7 @@ def local_add_mul_fusion(node):
output = node.op(*new_inp)
copy_stack_trace(node.outputs[0], output)

# Does the recursion here to help lower the number of
# Do the recursion here to help lower the number of
# FusionOptimizer iteration.
if output.owner:
output2 = local_add_mul_fusion(output.owner)
Expand Down

0 comments on commit 06d8343

Please sign in to comment.