Explorar o código

Corrected typo in comment.

Taddeus Kroes %!s(int64=14) %!d(string=hai) anos
pai
achega
ba1c280b88
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/rules/precedences.py

+ 1 - 1
src/rules/precedences.py

@@ -56,7 +56,7 @@ HIGH = dict([(h, i) for i, h in enumerate(HIGH)])
 LOW = dict([(h, i) for i, h in enumerate(LOW)])
 
 
-# List of implicit rules. Implicit rules are condidererd trivial and are
+# List of implicit rules. Implicit rules are considered trivial and are
 # therefore not printed in verbose rewrite_all mode
 IMPLICIT_RULES = [
         negated_factor,