Skip to content

Commit

Permalink
minor detail fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Oct 29, 2024
1 parent 6562754 commit 0314517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/ring_extension.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ cdef class RingExtension_generic(Parent):
# but CommutativeRings() seems safer, especially when dealing with
# morphisms which do not need to preserve the base
category = CommutativeRings()
Parent.__init__(self, ZZ, category=category)
Parent.__init__(self, base=ZZ, category=category)
self._base = base
self._backend = ring
self._backend_defining_morphism = defining_morphism
Expand Down

0 comments on commit 0314517

Please sign in to comment.