Skip to content

Commit 6689899

Browse files
committed
add forgotten optional argument
1 parent 72ae2bc commit 6689899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/polynomial/polynomial_element_generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def __init__(self, parent, x=None, check=True, is_gen=False, construct=False):
128128
if check:
129129
self.__normalize()
130130

131-
def monomial_coefficients(self):
131+
def monomial_coefficients(self, copy=None):
132132
"""
133133
Return a new copy of the dict of the underlying
134134
elements of ``self``.

0 commit comments

Comments
 (0)