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

Commit 7dac7e2

Browse files
Julian Rüthsaraedum
Julian Rüth
authored andcommitted
Fix doctest
this map is a coercion and should print as such
1 parent 6be53f3 commit 7dac7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/structure/coerce_maps.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cdef class DefaultConvertMap(Map):
2424
EXAMPLES::
2525
2626
sage: QQ[['x']].coerce_map_from(QQ)
27-
Conversion map:
27+
Coercion map:
2828
From: Rational Field
2929
To: Power Series Ring in x over Rational Field
3030
"""

0 commit comments

Comments
 (0)