Sfoglia il codice sorgente

Changed rule message.

Taddeus Kroes 14 anni fa
parent
commit
4f0defbd87
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/rules/negation.py

+ 1 - 1
src/rules/negation.py

@@ -133,7 +133,7 @@ def single_negated_division(root, args):
 
 
 MESSAGES[single_negated_division] = \
-        _('Bring negation outside of the division: -({1} / {2}).')
+        _('Bring negation outside of the division: -{1} / {2}.')
 
 
 def double_negated_division(root, args):