From ec91eff2aa3ba867cc442d5a01563c4fc3722f79 Mon Sep 17 00:00:00 2001 From: Matthew Hoopes Date: Tue, 24 Mar 2015 13:23:03 -0400 Subject: [PATCH] fat-finger #2 --- pptx/oxml/shapes/groupshape.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pptx/oxml/shapes/groupshape.py b/pptx/oxml/shapes/groupshape.py index 9484ab58c..d1c78da0c 100644 --- a/pptx/oxml/shapes/groupshape.py +++ b/pptx/oxml/shapes/groupshape.py @@ -81,7 +81,7 @@ def add_custom_geometry(self, id_, name, left, top, width, height): Append a newly-created custom geometry shape with the specified position and size. """ - sp = CT_Shape.new_custom_geometry_shape_sp(id_, name, left, top, width, height) + sp = CT_Shape.new_custom_geometry_sp(id_, name, left, top, width, height) self.insert_element_before(sp, 'p:extList') return sp