Commit 0bbbb5e6 authored by Taddeus Kroes's avatar Taddeus Kroes

Corrected typo.

parent df5100b2
......@@ -107,7 +107,7 @@ def generate_line(root):
if op == '*':
left, right = node
# Get the previous multiplcation element if the arity is #
# Get the previous multiplcation element if the arity is
# greater than 2
if left.title() == '*':
left = left[1]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment