diff --git a/utils.py b/utils.py index 8399df4..5271f17 100644 --- a/utils.py +++ b/utils.py @@ -431,7 +431,7 @@ def str_LtE(self): return '<=' -LtE.__str__ = str_Lt +LtE.__str__ = str_LtE def repr_LtE(self):