Skip to content

Commit

Permalink
MODIFY: renamed anywhere that says pendulum to pendula where approp
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-greening committed Oct 20, 2023
1 parent 610100e commit 04781ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .pendulum import Pendulum
from .equations import derivative, solve_ode

class DoublePendulum:
class DoublePendula:
"""Model of a double pendulum"""
# pylint: disable=too-many-instance-attributes
tmax = 15.0
Expand Down

0 comments on commit 04781ef

Please sign in to comment.