Skip to content

Commit c6450b2

Browse files
authored
fix a typo in deep_dive.rst (#3377)
1 parent bff2ea4 commit c6450b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/guides/deep_dive.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ is imported and Python has read and defined the ``ToyExample`` class (but,
211211
read carefully: *no instance of this class has been created yet*).
212212

213213
At this point, the interpreter is about to enter the ``tempconfig`` context
214-
manager. Even if you have not seen Manim's ``tempconfig`` before, it's name
214+
manager. Even if you have not seen Manim's ``tempconfig`` before, its name
215215
already suggests what it does: it creates a copy of the current state of the
216216
configuration, applies the changes to the key-value pairs in the passed
217217
dictionary, and upon leaving the context the original version of the

0 commit comments

Comments
 (0)