Fixes some grammar mistakes (#84283)

This commit is contained in:
Michaël Arnauts 2022-12-20 11:10:31 +01:00 committed by GitHub
parent 2c238baa24
commit 7142b4ecac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 28 additions and 28 deletions

View file

@ -94,7 +94,7 @@ def soco_error(
def _find_target_identifier(instance: Any, fallback_soco: SoCo | None) -> str | None:
"""Extract the the best available target identifier from the provided instance object."""
"""Extract the best available target identifier from the provided instance object."""
if entity_id := getattr(instance, "entity_id", None):
# SonosEntity instance
return entity_id