Skip to content

Commit 1b84aac

Browse files
nevermind, that field reference is good
1 parent 7407477 commit 1b84aac

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
@@ -457,7 +457,7 @@ def defining_systems(self):
457457
Defn: Defined on coordinates by sending (x : y) to
458458
(x^2 : y^2))
459459
"""
460-
return tuple(self.defining_systems())
460+
return tuple(self._dynamical_systems)
461461

462462
def _repr_(self):
463463
r"""

0 commit comments

Comments
 (0)