Skip to content

Commit c817c06

Browse files
committed
fix suggested detail
1 parent ed72e73 commit c817c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/algebras/weyl_algebra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ def diff(self, p):
654654
return self.parent().diff_action(self, p)
655655

656656

657-
class DifferentialWeylAlgebra(Parent, UniqueRepresentation):
657+
class DifferentialWeylAlgebra(UniqueRepresentation, Parent):
658658
r"""
659659
The differential Weyl algebra of a polynomial ring.
660660

0 commit comments

Comments
 (0)