This repository was archived by the owner on Jan 30, 2023. It is now read-only.
File tree 1 file changed +14
-16
lines changed
1 file changed +14
-16
lines changed Original file line number Diff line number Diff line change @@ -1201,16 +1201,15 @@ cdef class FpT_Polyring_section(Section):
1201
1201
1202
1202
.. WARNING::
1203
1203
1204
- Comparison of FpT_Polyring_section objects is not currently
1204
+ Comparison of `` FpT_Polyring_section`` objects is not currently
1205
1205
implemented. See :trac: `23469`. ::
1206
-
1207
-
1208
- sage: fprime = loads(dumps(f))
1209
- sage: fprime == f
1210
- False
1211
1206
1212
- sage: fprime(1+t) == f(1+t)
1213
- True
1207
+ sage: fprime = loads(dumps(f))
1208
+ sage: fprime == f
1209
+ False
1210
+
1211
+ sage: fprime(1+t) == f(1+t)
1212
+ True
1214
1213
1215
1214
TESTS::
1216
1215
@@ -1502,16 +1501,15 @@ cdef class FpT_Fp_section(Section):
1502
1501
1503
1502
.. WARNING::
1504
1503
1505
- Comparison of FpT_Fp_section objects is not currently
1504
+ Comparison of `` FpT_Fp_section`` objects is not currently
1506
1505
implemented. See :trac: `23469`. ::
1507
-
1508
-
1509
- sage: fprime = loads(dumps(f))
1510
- sage: fprime == f
1511
- False
1512
1506
1513
- sage: fprime(3) == f(3)
1514
- True
1507
+ sage: fprime = loads(dumps(f))
1508
+ sage: fprime == f
1509
+ False
1510
+
1511
+ sage: fprime(3) == f(3)
1512
+ True
1515
1513
1516
1514
TESTS::
1517
1515
You can’t perform that action at this time.
0 commit comments