From 36472a0a8b66b328b98f53fcbbe566fcb9518166 Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Wed, 23 Jun 2021 19:23:56 -0400 Subject: [PATCH] Correct doc in EventQueue.c Co-authored-by: Scott Shawcroft --- shared-bindings/keypad/EventQueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared-bindings/keypad/EventQueue.c b/shared-bindings/keypad/EventQueue.c index 6a0e904ed1..e47ee0772c 100644 --- a/shared-bindings/keypad/EventQueue.c +++ b/shared-bindings/keypad/EventQueue.c @@ -42,7 +42,7 @@ //| //| Note that the queue size is limited; see ``max_events`` in the constructor of //| a scanner such as `Keys` or `KeyMatrix`. -//| If a new event arrives when the queue is full, the queue is cleared, and +//| If a new event arrives when the queue is full, the event is discarded, and //| `overflowed` is set to ``True``. //| //| :return: the next queued key transition `Event`