Commit 4f0defbd authored by Taddeus Kroes's avatar Taddeus Kroes

Changed rule message.

parent a15f233f
...@@ -133,7 +133,7 @@ def single_negated_division(root, args): ...@@ -133,7 +133,7 @@ def single_negated_division(root, args):
MESSAGES[single_negated_division] = \ 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): def double_negated_division(root, args):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment