Skip to content

Commit 36472a0

Browse files
dhalberttannewt
andauthored
Correct doc in EventQueue.c
Co-authored-by: Scott Shawcroft <[email protected]>
1 parent 2e67d67 commit 36472a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/keypad/EventQueue.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
//|
4343
//| Note that the queue size is limited; see ``max_events`` in the constructor of
4444
//| a scanner such as `Keys` or `KeyMatrix`.
45-
//| If a new event arrives when the queue is full, the queue is cleared, and
45+
//| If a new event arrives when the queue is full, the event is discarded, and
4646
//| `overflowed` is set to ``True``.
4747
//|
4848
//| :return: the next queued key transition `Event`

0 commit comments

Comments
 (0)