Tiny formatting fixes

This commit is contained in:
Grant Sanderson
2018-06-13 17:12:18 -07:00
parent b954b2ef5b
commit b56ac7a6ed
2 changed files with 1 additions and 2 deletions

View File

@ -758,7 +758,6 @@ class RoundedRectangle(Rectangle):
self.set_points(points)
class Grid(VMobject):
CONFIG = {
"height": 6.0,

View File

@ -497,7 +497,7 @@ class Mobject(Container):
mob.add_background_rectangle(**kwargs)
return self
# Match other mobvject properties
# Match other mobject properties
def match_color(self, mobject):
return self.set_color(mobject.get_color())