File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -923,11 +923,11 @@ def __eq__(self, other):
923
923
924
924
INPUT:
925
925
926
- - ``other`` -- an object.
926
+ - ``other`` -- an object
927
927
928
928
OUTPUT:
929
929
930
- A boolean.
930
+ A boolean
931
931
932
932
.. NOTE::
933
933
@@ -977,11 +977,11 @@ def __ne__(self, other):
977
977
978
978
INPUT:
979
979
980
- - ``other`` -- an object.
980
+ - ``other`` -- an object
981
981
982
982
OUTPUT:
983
983
984
- A boolean.
984
+ A boolean
985
985
986
986
.. NOTE::
987
987
@@ -1524,6 +1524,7 @@ def tensor_product(left, right):
1524
1524
1525
1525
return result
1526
1526
1527
+
1527
1528
def _pickle_RecognizableSeriesSpace (coefficients , indices , category ):
1528
1529
r"""
1529
1530
Pickle helper.
@@ -1847,7 +1848,7 @@ def _an_element_(self):
1847
1848
1848
1849
OUTPUT:
1849
1850
1850
- A :class:`recognizable_series`.
1851
+ A :class:`recognizable_series`
1851
1852
1852
1853
EXAMPLES::
1853
1854
@@ -1873,7 +1874,7 @@ def some_elements(self):
1873
1874
1874
1875
OUTPUT:
1875
1876
1876
- An iterator.
1877
+ An iterator
1877
1878
1878
1879
EXAMPLES::
1879
1880
You can’t perform that action at this time.
0 commit comments