Skip to content

Commit cc2d79c

Browse files
committed
fix the linter
1 parent 744939e commit cc2d79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/interfaces/singular.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,7 @@ def _repr_(self):
14091409
# this is our cue that singular uses `rp` instead of `ip`
14101410
if singular_name_mapping['invlex'] == 'rp' and 'doctest' in str(get_display_manager()):
14111411
s = re.sub('^(// .*block.* : ordering )rp$', '\\1ip',
1412-
s, 0, re.MULTILINE);
1412+
s, 0, re.MULTILINE)
14131413
return s
14141414

14151415
def __copy__(self):

0 commit comments

Comments
 (0)