Skip to content

Commit 9768743

Browse files
fixed merge issue
1 parent 82901b3 commit 9768743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/dynamics/arithmetic_dynamics/dynamical_semigroup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ def orbit(self, p, n):
651651
current_iterate = next_iterate
652652
return tuple(result)
653653

654-
def __pow__(self, n):
654+
def __mul__(self, n):
655655
r"""
656656
Return a new :class:`DynamicalSemigroup` that is the result of multiplying
657657
this dynamical semigroup with another dynamical semigroup of the same type

0 commit comments

Comments
 (0)