Fix incorrect (irrelevant) docstring

copy/pasted or AI autocompleted
This commit is contained in:
Isaiah Odhner 2023-04-21 12:14:45 -04:00
parent c076a1b5de
commit cf9eb652a0

View File

@ -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