diff --git a/src/sage/rings/species.py b/src/sage/rings/species.py index 432f03dcf2a..2e9ccf6bab2 100644 --- a/src/sage/rings/species.py +++ b/src/sage/rings/species.py @@ -1352,7 +1352,7 @@ def _richcmp_(self, other, op): sage: M(DihedralGroup(4)) < M(CyclicPermutationGroup(4)) True - We create the lattice of molecular species of degree four:: + We create the poset of molecular species of degree four:: sage: P = Poset([M.subset(4), lambda b, c: b <= c]) sage: len(P.cover_relations())