Skip to content

Commit 93c6687

Browse files
committed
Trac #21319: fix punctuation
1 parent cff550e commit 93c6687

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/sage/combinat/recognizable_series.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -923,11 +923,11 @@ def __eq__(self, other):
923923
924924
INPUT:
925925
926-
- ``other`` -- an object.
926+
- ``other`` -- an object
927927
928928
OUTPUT:
929929
930-
A boolean.
930+
A boolean
931931
932932
.. NOTE::
933933
@@ -977,11 +977,11 @@ def __ne__(self, other):
977977
978978
INPUT:
979979
980-
- ``other`` -- an object.
980+
- ``other`` -- an object
981981
982982
OUTPUT:
983983
984-
A boolean.
984+
A boolean
985985
986986
.. NOTE::
987987
@@ -1524,6 +1524,7 @@ def tensor_product(left, right):
15241524

15251525
return result
15261526

1527+
15271528
def _pickle_RecognizableSeriesSpace(coefficients, indices, category):
15281529
r"""
15291530
Pickle helper.
@@ -1847,7 +1848,7 @@ def _an_element_(self):
18471848
18481849
OUTPUT:
18491850
1850-
A :class:`recognizable_series`.
1851+
A :class:`recognizable_series`
18511852
18521853
EXAMPLES::
18531854
@@ -1873,7 +1874,7 @@ def some_elements(self):
18731874
18741875
OUTPUT:
18751876
1876-
An iterator.
1877+
An iterator
18771878
18781879
EXAMPLES::
18791880

0 commit comments

Comments
 (0)