Skip to content

Commit

Permalink
Just deal with the prolog comment bug for now (encoding problems)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gorialis committed Mar 31, 2021
1 parent 03d54b2 commit 31dabf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jishaku/repl/inspections.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def content_type_inspection(obj):
'@': 'matmul',
'/': 'truediv',
'//': 'floordiv',
'\uFF05': 'mod', # fake percent to avoid prolog comment
'%': 'mod',
'**': 'pow',
'<<': 'lshift',
'>>': 'rshift',
Expand Down

0 comments on commit 31dabf7

Please sign in to comment.