Skip to content

Commit 9b59022

Browse files
committed
Trac #21343: fix punctuation
1 parent fb5fb62 commit 9b59022

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/sage/combinat/k_regular_sequence.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ def regenerated(self, minimize=True):
458458
459459
OUTPUT:
460460
461-
A :class:`kRegularSequence`.
461+
A :class:`kRegularSequence`
462462
463463
EXAMPLES::
464464
@@ -1223,7 +1223,7 @@ def some_elements(self):
12231223
12241224
OUTPUT:
12251225
1226-
An iterator.
1226+
An iterator
12271227
12281228
EXAMPLES::
12291229

src/sage/combinat/recognizable_series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1876,7 +1876,7 @@ def some_elements(self, **kwds):
18761876
18771877
INPUT:
18781878
1879-
- ``kwds`` are passed on to the element constructor.
1879+
- ``kwds`` are passed on to the element constructor
18801880
18811881
OUTPUT:
18821882

0 commit comments

Comments
 (0)