Skip to content

Commit 6ffd806

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

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
@@ -1612,7 +1612,6 @@ def __call__(self, *values, **kwargs):
16121612
sage: f = x*y - 5*y*z + 7*x*y^2*z^3*t
16131613
sage: f({x:1}, t=x,y=z)
16141614
7*y^2*z^3*t - 5*y*z + y
1615-
16161615
"""
16171616
gens = self.parent().gens()
16181617
images = list(gens)

0 commit comments

Comments
 (0)