From af2189fdeb8833dc32a4dc0de17830f38466038c Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Mon, 30 Jan 2023 10:12:35 +0000 Subject: [PATCH] Fix a docstring typo --- tests/input/test_input_key_modification_actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/input/test_input_key_modification_actions.py b/tests/input/test_input_key_modification_actions.py index 53344d2a3..d54f5a44b 100644 --- a/tests/input/test_input_key_modification_actions.py +++ b/tests/input/test_input_key_modification_actions.py @@ -30,7 +30,7 @@ async def test_delete_left_from_home() -> None: async def test_delete_left_from_end() -> None: - """Deleting left from home should do remove the last character (if there is one).""" + """Deleting left from end should remove the last character (if there is one).""" async with InputTester().run_test() as pilot: for input in pilot.app.query(Input): input.action_end()