Skip to content
Snippets Groups Projects
Commit 4f0defbd authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Changed rule message.

parent a15f233f
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment