diff --git a/src/lay/lay/macro_templates/pcell_python.lym b/src/lay/lay/macro_templates/pcell_python.lym index 2d7e3c334..1f36444ff 100644 --- a/src/lay/lay/macro_templates/pcell_python.lym +++ b/src/lay/lay/macro_templates/pcell_python.lym @@ -38,7 +38,7 @@ class PCell(pya.PCellDeclarationHelper): def produce_impl(self): # TODO: produce the cell content - # i.e. self.cell().shapes(self.l_layer).insert(pya.Polygon(...)) + # i.e. self.cell.shapes(self.l_layer).insert(pya.Polygon(...)) # optional: # def can_create_from_shape_impl(self):