Skip to content

Commit 0314517

Browse files
committed
minor detail fixed
1 parent 6562754 commit 0314517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/ring_extension.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ cdef class RingExtension_generic(Parent):
575575
# but CommutativeRings() seems safer, especially when dealing with
576576
# morphisms which do not need to preserve the base
577577
category = CommutativeRings()
578-
Parent.__init__(self, ZZ, category=category)
578+
Parent.__init__(self, base=ZZ, category=category)
579579
self._base = base
580580
self._backend = ring
581581
self._backend_defining_morphism = defining_morphism

0 commit comments

Comments
 (0)