Skip to content

Commit 426d838

Browse files
committed
fix doctest
1 parent 8469f2c commit 426d838

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sage/categories/morphism.pyx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ cdef class Morphism(Map):
178178
sage: f = R.hom([t**2])
179179
sage: f.category()
180180
Category of endsets of unital magmas and right modules over
181-
(euclidean domains and infinite enumerated sets and metric spaces)
181+
(Dedekind domains and euclidean domains
182+
and infinite enumerated sets and metric spaces)
182183
and left modules over (Dedekind domains and euclidean domains
183184
and infinite enumerated sets and metric spaces)
184185

0 commit comments

Comments
 (0)