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 5f1c63f commit eb91498Copy full SHA for eb91498
src/sage/groups/abelian_gps/abelian_group.py
@@ -1196,13 +1196,14 @@ def _repr_(self) -> str:
1196
1197
def subgroup(self, gensH, names="f"):
1198
"""
1199
- Create a subgroup of this group. The "big" group must be defined
1200
- using "named" generators.
+ Create a subgroup of this group.
+
1201
+ The "big" group must be defined using "named" generators.
1202
1203
INPUT:
1204
1205
- ``gensH`` -- list of elements which are products of the
- generators of the ambient abelian group `G` = ``self``
1206
+ generators of the ambient abelian group `G` = ``self``
1207
1208
EXAMPLES::
1209
0 commit comments