From c6450b21c7d37d97c27beaf39faf2758da03bf8e Mon Sep 17 00:00:00 2001 From: Holly and Prosper <45610532+rongpenl@users.noreply.github.com> Date: Sat, 23 Sep 2023 14:49:27 -0700 Subject: [PATCH] fix a typo in deep_dive.rst (#3377) --- docs/source/guides/deep_dive.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/guides/deep_dive.rst b/docs/source/guides/deep_dive.rst index feef87d2e3..3ff34f6720 100644 --- a/docs/source/guides/deep_dive.rst +++ b/docs/source/guides/deep_dive.rst @@ -211,7 +211,7 @@ is imported and Python has read and defined the ``ToyExample`` class (but, read carefully: *no instance of this class has been created yet*). At this point, the interpreter is about to enter the ``tempconfig`` context -manager. Even if you have not seen Manim's ``tempconfig`` before, it's name +manager. Even if you have not seen Manim's ``tempconfig`` before, its name already suggests what it does: it creates a copy of the current state of the configuration, applies the changes to the key-value pairs in the passed dictionary, and upon leaving the context the original version of the