Skip to content

Commit

Permalink
Fixed codespell issues, #124.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmdocua committed Dec 16, 2024
1 parent 8becfac commit 484b430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Events/listeners.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def listen(command, pyb):
Notes
-----
* This could be set up as a global listener, though that might be overkill just for conveying stimulus events.
* Using `-1` polling to disable timouts, we could use ipoll instead:
* Using `-1` polling to disable timeouts, we could use ipoll instead:
https://docs.micropython.org/en/latest/library/select.html?highlight=poll#select.poll.ipoll
"""

Expand Down

0 comments on commit 484b430

Please sign in to comment.