mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-08 12:13:41 +02:00
Fixed a doc typo
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user