Skip to content

Commit

Permalink
Corrected spelling mistake in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
modjfy authored Jan 15, 2025
1 parent 7879fe4 commit e9c5b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/guides/deep_dive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ sound odd at first. Practically, this ensures that mobjects are not
added twice, as mentioned above: if they were present in the scene
``Scene.mobjects`` list before (even if they were contained as a
child of some other mobject), they are first removed from the list.
The way :meth:`.Scene.restrucutre_mobjects` works is rather aggressive:
The way :meth:`.Scene.restructure_mobjects` works is rather aggressive:
It always operates on a given list of mobjects; in the ``add`` method
two different lists occur: the default one, ``Scene.mobjects`` (no extra
keyword argument is passed), and ``Scene.moving_mobjects`` (which we will
Expand Down

0 comments on commit e9c5b43

Please sign in to comment.