Skip to content

Commit 102892f

Browse files
author
Release Manager
committed
gh-40921: the poset of conjugacy classes of subgroups of the symmetric group is not a lattice (for degree at least 5) This PR fixes wording that is misleading at best. URL: #40921 Reported by: Martin Rubey Reviewer(s): Dima Pasechnik
2 parents be75864 + 152daae commit 102892f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/species.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1352,7 +1352,7 @@ def _richcmp_(self, other, op):
13521352
sage: M(DihedralGroup(4)) < M(CyclicPermutationGroup(4))
13531353
True
13541354
1355-
We create the lattice of molecular species of degree four::
1355+
We create the poset of molecular species of degree four::
13561356
13571357
sage: P = Poset([M.subset(4), lambda b, c: b <= c])
13581358
sage: len(P.cover_relations())

0 commit comments

Comments
 (0)