Skip to content

Commit 90b5502

Browse files
committed
Fixing typo.
1 parent 4ffbe41 commit 90b5502

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
@@ -2234,7 +2234,7 @@ cdef class NCPolynomial_plural(RingElement):
22342234

22352235
cpdef dict monomial_coefficients(self, bint copy=True) noexcept:
22362236
"""
2237-
Return a dictonary representation of ``self`` with the keys
2237+
Return a dictionary representation of ``self`` with the keys
22382238
the exponent vectors and the values the corresponding coefficients.
22392239
22402240
INPUT:

0 commit comments

Comments
 (0)