Browse Source

Corrected typo.

Taddeus Kroes 14 năm trước cách đây
mục cha
commit
0bbbb5e60f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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]