Skip to content

Commit bc1e77d

Browse files
miguelmarcotscrim
andauthored
Update src/sage/algebras/commutative_dga.py
Co-authored-by: Travis Scrimshaw <[email protected]>
1 parent 396c07a commit bc1e77d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/algebras/commutative_dga.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,6 @@ def __call__(self, *values, **kwargs):
15941594
Traceback (most recent call last):
15951595
...
15961596
ValueError: number of arguments does not match number of variables in parent
1597-
15981597
"""
15991598
gens = self.parent().gens()
16001599
if len(values) == 1 and isinstance(values[0], dict):

0 commit comments

Comments
 (0)