diff --git a/jishaku/repl/inspections.py b/jishaku/repl/inspections.py index 7e352243..14928bee 100644 --- a/jishaku/repl/inspections.py +++ b/jishaku/repl/inspections.py @@ -175,7 +175,7 @@ def content_type_inspection(obj): '@': 'matmul', '/': 'truediv', '//': 'floordiv', - '\uFF05': 'mod', # fake percent to avoid prolog comment + '%': 'mod', '**': 'pow', '<<': 'lshift', '>>': 'rshift',