Browse Source

Corrected typo.

Taddeus Kroes 14 years ago
parent
commit
0bbbb5e60f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      line.py

+ 1 - 1
line.py

@@ -107,7 +107,7 @@ def generate_line(root):
                 if op == '*':
                 if op == '*':
                     left, right = node
                     left, right = node
 
 
-                    # Get the previous multiplcation element if the arity is #
+                    # Get the previous multiplcation element if the arity is
                     # greater than 2
                     # greater than 2
                     if left.title() == '*':
                     if left.title() == '*':
                         left = left[1]
                         left = left[1]