diff --git a/kibot/out_panelize.py b/kibot/out_panelize.py index a1fb4800..9a8d3a62 100644 --- a/kibot/out_panelize.py +++ b/kibot/out_panelize.py @@ -463,7 +463,7 @@ class PanelizeSource(PanelOptions): def __init__(self): with document: self.type = 'auto' - """ *[auto,rectangle,annotation] How we select the area of the PCB tu used for the panelization. + """ *[auto,rectangle,annotation] How we select the area of the PCB used for the panelization. *auto* uses all the area reported by KiCad, *rectangle* a specified rectangle and *annotation* selects a contour marked by a kikit:Board footprint """ self.stack = 'inherit'