Skip to content

Commit 4ed1e49

Browse files
committed
make description of method "one" more precise
1 parent 0b04fda commit 4ed1e49

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/sage/combinat/k_regular_sequence.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,8 +1440,8 @@ def one(self):
14401440
r"""
14411441
Return the one element of this :class:`kRegularSequenceSpace`,
14421442
i.e. the unique neutral element for `*` and also
1443-
the embedding of the unique neutral element for `*` in the
1444-
coefficient ring.
1443+
the embedding of the one of the coefficient ring into
1444+
this :class:`kRegularSequenceSpace`.
14451445
14461446
EXAMPLES::
14471447

src/sage/combinat/recognizable_series.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1994,8 +1994,8 @@ def _zero_(self):
19941994
def one(self):
19951995
r"""
19961996
Return the one element of this :class:`RecognizableSeriesSpace`,
1997-
i.e. the embedding of the unique neutral element for `*` in the
1998-
coefficient ring.
1997+
i.e. the embedding of the one of the coefficient ring into
1998+
this :class:`RecognizableSeriesSpace`.
19991999
20002000
EXAMPLES::
20012001

0 commit comments

Comments
 (0)