Skip to content

Commit 14c225e

Browse files
Corrected linting error
1 parent fa5b61b commit 14c225e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/groups/libgap_wrapper.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ class ParentLibGAP(SageObject):
370370
[Subgroup with 1 generators (
371371
[6 0]
372372
[0 6]
373-
) of Special Linear Group of degree 2 over Finite Field in z2 of size 7^2]
373+
) of Special Linear Group of degree 2 over Finite Field in z2 of size 7^2]
374374
"""
375375
return [self._subgroup_constructor(gap_subgroup) for gap_subgroup in self.gap().MaximalNormalSubgroups()]
376376

0 commit comments

Comments
 (0)