Fix a docstring typo

This commit is contained in:
Dave Pearson
2023-01-30 10:12:35 +00:00
parent e199dc226b
commit af2189fdeb

View File

@@ -30,7 +30,7 @@ async def test_delete_left_from_home() -> None:
async def test_delete_left_from_end() -> 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: async with InputTester().run_test() as pilot:
for input in pilot.app.query(Input): for input in pilot.app.query(Input):
input.action_end() input.action_end()