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

Commit c474002

Browse files
committed
24465: fix doctest
1 parent 5fbafc6 commit c474002

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/doc/en/reference/coercion/index.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -626,13 +626,13 @@ These are accessed via the :meth:`construction` method, which returns a
626626

627627
sage: sage.categories.pushout.construction_tower(Frac(CDF['x']))
628628
[(None,
629-
Fraction Field of Univariate Polynomial Ring in x over Complex Double Field),
630-
(FractionField, Univariate Polynomial Ring in x over Complex Double Field),
631-
(Poly[x], Complex Double Field),
632-
(AlgebraicClosureFunctor, Real Double Field),
633-
(Completion[+Infinity], Rational Field),
634-
(FractionField, Integer Ring)]
635-
629+
Fraction Field of Univariate Polynomial Ring in x over Complex Double Field),
630+
(FractionField, Univariate Polynomial Ring in x over Complex Double Field),
631+
(Poly[x], Complex Double Field),
632+
(AlgebraicClosureFunctor, Real Double Field),
633+
(Completion[+Infinity, prec=53], Rational Field),
634+
(FractionField, Integer Ring)]
635+
636636
Given Parents R and S, such that there is no coercion either from R to
637637
S or from S to R, one can find a common Z with coercions
638638
`R \rightarrow Z` and `S \rightarrow Z` by considering the sequence of

0 commit comments

Comments
 (0)