Skip to content

Commit

Permalink
pep8 fix in master
Browse files Browse the repository at this point in the history
  • Loading branch information
nouiz committed Jul 24, 2015
1 parent 2964727 commit 128e3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theano/gof/op.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def _get_test_value(cls, v):
if len(tr) > 0:
detailed_err_msg += (
" \nBacktrace when that variable is created:\n")
# Print separate message for each element in the list
# Print separate message for each element in the list
# of batcktraces
sio = StringIO()
for subtr in tr:
Expand Down

0 comments on commit 128e3f5

Please sign in to comment.