Fixed a doc typo

This commit is contained in:
Matthias Koefferlein 2023-07-28 21:27:16 +02:00
parent 8b44a3ba13
commit a7e648c82b
1 changed files with 1 additions and 1 deletions

View File

@ -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):