瀏覽代碼

Corrected typo.

Taddeus Kroes 14 年之前
父節點
當前提交
0bbbb5e60f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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]