Explorar o código

Corrected typo.

Taddeus Kroes %!s(int64=14) %!d(string=hai) anos
pai
achega
0bbbb5e60f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      line.py

+ 1 - 1
line.py

@@ -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]