Fix grammar in loader comments (#139276)

https://github.com/home-assistant/core/pull/139270#discussion_r1970315129
This commit is contained in:
J. Nick Koston 2025-02-25 19:10:54 +00:00 committed by GitHub
parent 51c09c2aa4
commit 19704cff04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1435,7 +1435,7 @@ async def async_get_integrations(
results[domain] = exc
# We don't use set_exception because
# we expect there will be cases where
# the a future exception is never retrieved
# the future exception is never retrieved
future.set_result(exc)
return results