chore(docs): fix typo

This commit is contained in:
Jérome Eertmans
2023-07-07 17:18:55 +02:00
committed by GitHub
parent 60f284e748
commit a353de270e

View File

@ -2,7 +2,7 @@
Manim Slides' API is very limited: it simply consists of two classes, `Slide` and `ThreeDSlide`, which are subclasses of `Scene` and `ThreeDScene` from Manim.
Thefore, we only document here the methods we think the end-user will ever use, not the methods used internally when rendering.
Therefore, we only document here the methods we think the end-user will ever use, not the methods used internally when rendering.
```{eval-rst}
.. autoclass:: manim_slides.Slide