Skip to content

Commit

Permalink
Fix 'rest of the owl' example
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Mets committed Dec 16, 2024
1 parent ec9b802 commit b08989d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ To make a complete board, here is the [rest of the owl](https://knowyourmeme.com
.. code:: python
from circuitpainter import CircuitPainter
painter = CircuitPainter()
p = CircuitPainter()
p.no_designators() # Don't show reference designator names on the board silkscreen
p.layer('F_Cu')
Expand Down

0 comments on commit b08989d

Please sign in to comment.