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 fa5b61b commit 14c225eCopy full SHA for 14c225e
src/sage/groups/libgap_wrapper.pyx
@@ -370,7 +370,7 @@ class ParentLibGAP(SageObject):
370
[Subgroup with 1 generators (
371
[6 0]
372
[0 6]
373
- ) of Special Linear Group of degree 2 over Finite Field in z2 of size 7^2]
+ ) of Special Linear Group of degree 2 over Finite Field in z2 of size 7^2]
374
"""
375
return [self._subgroup_constructor(gap_subgroup) for gap_subgroup in self.gap().MaximalNormalSubgroups()]
376
0 commit comments