Procházet zdrojové kódy

Changed rule message.

Taddeus Kroes před 14 roky
rodič
revize
4f0defbd87
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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):