mirror of https://github.com/KLayout/klayout.git
Fixed a doc typo
This commit is contained in:
parent
8b44a3ba13
commit
a7e648c82b
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue