We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744939e commit cc2d79cCopy full SHA for cc2d79c
src/sage/interfaces/singular.py
@@ -1409,7 +1409,7 @@ def _repr_(self):
1409
# this is our cue that singular uses `rp` instead of `ip`
1410
if singular_name_mapping['invlex'] == 'rp' and 'doctest' in str(get_display_manager()):
1411
s = re.sub('^(// .*block.* : ordering )rp$', '\\1ip',
1412
- s, 0, re.MULTILINE);
+ s, 0, re.MULTILINE)
1413
return s
1414
1415
def __copy__(self):
0 commit comments