Skip to content

Commit e81dfab

Browse files
authored
Fixed minor typos in example_scenes.py (#2351)
1 parent fd2a6a6 commit e81dfab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example_scenes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def construct(self):
326326
)
327327
self.wait()
328328

329-
# In general, you can alway call Mobject.add_updater, and pass in
329+
# In general, you can always call Mobject.add_updater, and pass in
330330
# a function that you want to be called on every frame. The function
331331
# should take in either one argument, the mobject, or two arguments,
332332
# the mobject and the amount of time since the last frame.
@@ -534,7 +534,7 @@ def construct(self):
534534
rate_func=there_and_back,
535535
)
536536

537-
# By default, tex.make_number_changeable replaces the first occurance
537+
# By default, tex.make_number_changeable replaces the first occurrence
538538
# of the number,but by passing replace_all=True it replaces all and
539539
# returns a group of the results
540540
exponents = tex.make_number_changeable("2", replace_all=True)

0 commit comments

Comments
 (0)