소스 검색

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]