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

Commit 78807fa

Browse files
committed
fix doctest errors
due to changed printing
1 parent b483c8e commit 78807fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,11 +222,11 @@ be obtained and queried.
222222

223223
sage: cm.explain(ZZ['x','y'], QQ['x'])
224224
Coercion on left operand via
225-
Conversion map:
225+
Coercion map:
226226
From: Multivariate Polynomial Ring in x, y over Integer Ring
227227
To: Multivariate Polynomial Ring in x, y over Rational Field
228228
Coercion on right operand via
229-
Conversion map:
229+
Coercion map:
230230
From: Univariate Polynomial Ring in x over Rational Field
231231
To: Multivariate Polynomial Ring in x, y over Rational Field
232232
Arithmetic performed after coercions.

src/doc/en/thematic_tutorials/coercion_and_categories.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ thus have::
824824
sage: P1.has_coerce_map_from(P2)
825825
True
826826
sage: P1.coerce_map_from(P2)
827-
Conversion map:
827+
Coercion map:
828828
From: Multivariate Polynomial Ring in w, v over Integer Ring
829829
To: Multivariate Polynomial Ring in v, w over Rational Field
830830

0 commit comments

Comments
 (0)