mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 14:03:59 +08:00
Some simple typo fixes
This commit is contained in:
@ -23,7 +23,7 @@ class ImageMobject(PMobject):
|
||||
def __init__(self, image_file, **kwargs):
|
||||
digest_locals(self)
|
||||
Mobject.__init__(self, **kwargs)
|
||||
self.name = to_cammel_case(
|
||||
self.name = to_camel_case(
|
||||
os.path.split(image_file)[-1].split(".")[0]
|
||||
)
|
||||
possible_paths = [
|
||||
|
Reference in New Issue
Block a user