We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6562754 commit 0314517Copy full SHA for 0314517
src/sage/rings/ring_extension.pyx
@@ -575,7 +575,7 @@ cdef class RingExtension_generic(Parent):
575
# but CommutativeRings() seems safer, especially when dealing with
576
# morphisms which do not need to preserve the base
577
category = CommutativeRings()
578
- Parent.__init__(self, ZZ, category=category)
+ Parent.__init__(self, base=ZZ, category=category)
579
self._base = base
580
self._backend = ring
581
self._backend_defining_morphism = defining_morphism
0 commit comments