Skip to content

Commit 77cece0

Browse files
committed
fixed typo
1 parent 28fb82d commit 77cece0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rocketpy/simulation/flight.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3970,7 +3970,7 @@ def __lt__(self, other):
39703970
otherwise.
39713971
"""
39723972
return self.t < other.t
3973-
@cachedproperty
3973+
@cached_property
39743974
def calculate_rail_button_bending_moments(self):
39753975
"""
39763976
Calculate internal bending moments at rail button attachment points.

0 commit comments

Comments
 (0)