[DOCs][Fixed] Typo in panelization output

From #517
This commit is contained in:
Salvador E. Tropea 2023-11-15 13:41:22 -03:00
parent 45c5d2c7eb
commit a2607450a1
1 changed files with 1 additions and 1 deletions

View File

@ -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'