Skip to content

Commit 4a25c91

Browse files
authored
Merge pull request peterhinch#68 from algestam/apoll_doc_fix
apoll.py Minor doc fix Thank you.
2 parents 01820e8 + cdba061 commit 4a25c91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v2/apoll.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Demonstration of a device driver using a coroutine to poll a dvice.
1+
# Demonstration of a device driver using a coroutine to poll a device.
22
# Runs on Pyboard: displays results from the onboard accelerometer.
33
# Uses crude filtering to discard noisy data.
44

v3/as_demos/apoll.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Demonstration of a device driver using a coroutine to poll a dvice.
1+
# Demonstration of a device driver using a coroutine to poll a device.
22
# Runs on Pyboard: displays results from the onboard accelerometer.
33
# Uses crude filtering to discard noisy data.
44

0 commit comments

Comments
 (0)