Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

docs: fix simple typo, implemenation -> implementation #725

Open
wants to merge 1 commit into
base: aiyprojects
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/examples/gpiozero/button_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""Example code that demonstrates using a standard pin along with a hat pin.

The button uses a standard GPIO pin through the raspberry pi's memory mapped io,
while the led uses the hat's sysfs driver. This implemenation difference is
while the led uses the hat's sysfs driver. This implementation difference is
transparent to the user.

The demo will light up the on board LED whenever the user presses the button.
Expand Down
2 changes: 1 addition & 1 deletion src/examples/gpiozero/simple_button_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""Example code that demonstrates using a standard pin along with a hat pin.

The button uses a standard GPIO pin through the raspberry pi's memory mapped io,
while the led uses the hat's sysfs driver. This implemenation difference is
while the led uses the hat's sysfs driver. This implementation difference is
transparent to the user.

The demo will light up the on board LED whenever the user presses the button.
Expand Down