diff --git a/pyadjoint/tape.py b/pyadjoint/tape.py index 2b423919..0774d260 100644 --- a/pyadjoint/tape.py +++ b/pyadjoint/tape.py @@ -775,7 +775,7 @@ class TimeStepSequence(list): or another TimeStepSequence to copy from. steps (list[TimeStep], optional): If provided, `steps` should be a list of :class:`TimeStep` to copy from. - Atributes: + Attributes: steps (list[TimeStep]): A list of timesteps. """