Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 382e2d1

Browse files
committed
fix docbuild
1 parent d5affa7 commit 382e2d1

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

src/sage/rings/fraction_field_FpT.pyx

+14-16
Original file line numberDiff line numberDiff line change
@@ -1201,16 +1201,15 @@ cdef class FpT_Polyring_section(Section):
12011201
12021202
.. WARNING::
12031203
1204-
Comparison of FpT_Polyring_section objects is not currently
1204+
Comparison of ``FpT_Polyring_section`` objects is not currently
12051205
implemented. See :trac: `23469`. ::
1206-
1207-
1208-
sage: fprime = loads(dumps(f))
1209-
sage: fprime == f
1210-
False
12111206
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
12141213
12151214
TESTS::
12161215
@@ -1502,16 +1501,15 @@ cdef class FpT_Fp_section(Section):
15021501
15031502
.. WARNING::
15041503
1505-
Comparison of FpT_Fp_section objects is not currently
1504+
Comparison of ``FpT_Fp_section`` objects is not currently
15061505
implemented. See :trac: `23469`. ::
1507-
1508-
1509-
sage: fprime = loads(dumps(f))
1510-
sage: fprime == f
1511-
False
15121506
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
15151513
15161514
TESTS::
15171515

0 commit comments

Comments
 (0)