Fix typo in google_assistant (#119522)

This commit is contained in:
Erik Montnemery 2024-06-12 22:45:41 +02:00 committed by GitHub
parent 929dd9f5da
commit 51891ff8e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -257,7 +257,7 @@ def _google_temp_unit(units):
def _next_selected(items: list[str], selected: str | None) -> str | None:
"""Return the next item in a item list starting at given value.
"""Return the next item in an item list starting at given value.
If selected is missing in items, None is returned
"""