Skip to content

Commit e23eb9f

Browse files
committed
from Ring to Parent in plural 1/3
1 parent e249bef commit e23eb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/polynomial/plural.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ cdef class NCPolynomialRing_plural(Ring):
334334
self._ngens = n
335335
self._term_order = order
336336

337-
Ring.__init__(self, base_ring, names, category=category)
337+
Parent.__init__(self, base=base_ring, names=names, category=category)
338338
self._populate_coercion_lists_()
339339

340340
assert n == len(self._names)

0 commit comments

Comments
 (0)