From c62ba223b6847aa4e20d4f2a1c7d30cf917a88d0 Mon Sep 17 00:00:00 2001 From: kyarik Date: Tue, 28 May 2019 00:52:41 +0200 Subject: [PATCH] Fixed typo in the docs about page (#553) --- docs/about.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/about.rst b/docs/about.rst index 26884a79..d42cef4c 100644 --- a/docs/about.rst +++ b/docs/about.rst @@ -6,6 +6,6 @@ difficult to make the animations precise enough to convey them accurately. ``manim`` uses Python to generate animations programmatically, which makes it possible to specify exactly how each one should run. -This project is still very much a work in progress, but I hope the the +This project is still very much a work in progress, but I hope that the information here will make it easier for newcomers to get started using ``manim``.