Some simple typo fixes

This commit is contained in:
Grant Sanderson
2017-05-31 16:07:37 -07:00
parent 2417c06398
commit 37a47b5d3d
11 changed files with 54 additions and 13 deletions

View File

@ -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 = [