Skip to content

Commit eb91498

Browse files
committed
fix shift
1 parent 5f1c63f commit eb91498

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/sage/groups/abelian_gps/abelian_group.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,13 +1196,14 @@ def _repr_(self) -> str:
11961196

11971197
def subgroup(self, gensH, names="f"):
11981198
"""
1199-
Create a subgroup of this group. The "big" group must be defined
1200-
using "named" generators.
1199+
Create a subgroup of this group.
1200+
1201+
The "big" group must be defined using "named" generators.
12011202
12021203
INPUT:
12031204
12041205
- ``gensH`` -- list of elements which are products of the
1205-
generators of the ambient abelian group `G` = ``self``
1206+
generators of the ambient abelian group `G` = ``self``
12061207
12071208
EXAMPLES::
12081209

0 commit comments

Comments
 (0)