Commit aacbddc7 authored by Taddeus Kroes's avatar Taddeus Kroes

Added missing rule message.

parent 913976a0
......@@ -47,6 +47,9 @@ def remove_zero(root, args):
return scope.as_nary_node()
MESSAGES[remove_zero] = _('Remove addition of zero.')
def add_numerics(root, args):
"""
2 + 3 -> 5
......
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