Skip to content

Commit

Permalink
[DOCs][Fixed] Typo in panelization output
Browse files Browse the repository at this point in the history
From #517
  • Loading branch information
set-soft committed Nov 15, 2023
1 parent 45c5d2c commit a260745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kibot/out_panelize.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a260745

Please sign in to comment.