Skip to content

Commit 4f0410c

Browse files
committed
fix typo
1 parent 4b5992e commit 4f0410c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/power_series_poly.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ cdef class PowerSeries_poly(PowerSeries):
814814
sage: f.dict()
815815
{0: 1, 10: 1}
816816
"""
817-
return self.__f.monomial_coefficients(coyp=copy)
817+
return self.__f.monomial_coefficients(copy=copy)
818818

819819
dict = monomial_coefficients
820820

0 commit comments

Comments
 (0)