Skip to content

Commit 841c4fe

Browse files
committed
Correct spelling in permgroup_named: Diyclic => DiCyclic
1 parent 7404764 commit 841c4fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sage/groups/perm_gps/permgroup_named.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ class DiCyclicGroup(PermutationGroup_unique):
920920
TESTS::
921921
922922
sage: groups.permutation.DiCyclic(6)
923-
Diyclic group of order 24 as a permutation group
923+
DiCyclic group of order 24 as a permutation group
924924
925925
AUTHOR:
926926
@@ -976,9 +976,9 @@ def _repr_(self):
976976
EXAMPLES::
977977
978978
sage: DiCyclicGroup(12)
979-
Diyclic group of order 48 as a permutation group
979+
DiCyclic group of order 48 as a permutation group
980980
"""
981-
return "Diyclic group of order %s as a permutation group"%self.order()
981+
return "DiCyclic group of order %s as a permutation group"%self.order()
982982

983983
def is_commutative(self):
984984
r"""

0 commit comments

Comments
 (0)