Skip to content

Commit

Permalink
Minor fixes and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Feb 28, 2023
1 parent a3bcfd4 commit a41c2cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LabelGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ def main() -> None:
# Change the following options as you desire.
# ############################################################################

# Enables drawing the Resistor values on both sides of the sticker,
# Enables drawing the resistor values on both sides of the sticker,
# so that the finished resistor plastic bags are labeled on both sides.
draw_both_sides = False

Expand All @@ -638,7 +638,7 @@ def main() -> None:
draw_center_line = True

# Draw the outlines of the stickers.
# This is mostly a debugging option and should most likely not be enabled
# This is primarily a debugging option and should most likely not be enabled
# for the actual printing.
draw_outlines = False

Expand Down

0 comments on commit a41c2cd

Please sign in to comment.