Skip to content

Commit 0a47ef8

Browse files
committed
Remove unnecessary blank line in GapElement_Function for cleaner code
1 parent 21e9019 commit 0a47ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/libs/gap/element.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2495,7 +2495,7 @@ cdef class GapElement_Function(GapElement):
24952495
....: print('because Sum needs a list as argument')
24962496
....: except ValueError:
24972497
....: pass
2498-
2498+
24992499
sage: libgap_exec = libgap.eval("Exec")
25002500
sage: libgap_exec('echo hello from the shell')
25012501
hello from the shell

0 commit comments

Comments
 (0)