From a7e648c82bfd4e84faf4049dd4fbc68a779f849e Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Fri, 28 Jul 2023 21:27:16 +0200 Subject: [PATCH] Fixed a doc typo --- src/lay/lay/macro_templates/pcell_python.lym | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):