Skip to content

Commit

Permalink
fixed bug in render_Mult
Browse files Browse the repository at this point in the history
  • Loading branch information
sccolbert committed May 10, 2011
1 parent d2dafbe commit efc2b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cwrap/backend/renderer.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ def render_Sub(self, sub):
return '-' return '-'


def render_Mult(self, mult): def render_Mult(self, mult):
return '+' return '*'


def render_Div(self, div): def render_Div(self, div):
return '/' return '/'
Expand Down

0 comments on commit efc2b44

Please sign in to comment.