Skip to content

Commit 8f3c372

Browse files
authored
Fix docs related to .animate (#1063)
1 parent 9006441 commit 8f3c372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manim/mobject/mobject.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def animate(self):
8282
8383
.. seealso::
8484
85-
:meth:`~.Mobject.override_animate`
85+
:func:`override_animate`
8686
8787
8888
Examples
@@ -1677,7 +1677,7 @@ def override_animate(method):
16771677
16781678
.. seealso::
16791679
1680-
:prop:`~.Mobject.animate`
1680+
:attr:`Mobject.animate`
16811681
16821682
.. note::
16831683

0 commit comments

Comments
 (0)