Skip to content

Commit 8ea8f25

Browse files
Fix formatting of MoveAlongPath docs (#3541)
* Remove wag method from Mobject * Fixed MoveAlongPath * Revert remove wag Created a new branch with the wrong base, sorry ;)
1 parent 196fa1f commit 8ea8f25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

manim/animation/movement.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,7 @@ def interpolate_mobject(self, alpha: float) -> None:
136136

137137
class MoveAlongPath(Animation):
138138
"""Make one mobject move along the path of another mobject.
139-
Example
140-
--------
139+
141140
.. manim:: MoveAlongPathExample
142141
143142
class MoveAlongPathExample(Scene):

0 commit comments

Comments
 (0)