From cf9eb652a0a99a91fe9f79d20353dcc268361079 Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Fri, 21 Apr 2023 12:14:45 -0400 Subject: [PATCH] Fix incorrect (irrelevant) docstring copy/pasted or AI autocompleted --- paint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paint.py b/paint.py index 1356b7a..e844325 100644 --- a/paint.py +++ b/paint.py @@ -323,7 +323,7 @@ class CharInput(Input): return value[-1] if value else " " def watch_value(self, value: str) -> None: - """Update the cursor position when the value changes.""" + """Called when value changes.""" # TODO: use a Message instead of accessing the app directly self.app.selected_char = value