From c1d21d29bd7d65a4f1b693e0da52a84d1383884a Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Sat, 15 Oct 2022 08:18:04 +0100 Subject: [PATCH] in -> is --- docs/guide/input.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/input.md b/docs/guide/input.md index 7c0ac9237..457095ba4 100644 --- a/docs/guide/input.md +++ b/docs/guide/input.md @@ -10,7 +10,7 @@ This chapter will discuss how to make your app respond to input in the form of k ## Keyboard input -The most fundamental way to receive input in via [Key](./events/key) events. Let's write an app to show key events as you type. +The most fundamental way to receive input is via [Key](./events/key) events. Let's write an app to show key events as you type. === "key01.py"