1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Adjust eventloop -> event loop spelling (#89931)

eventloop -> event loop spelling
This commit is contained in:
Jesse Moody
2023-03-19 16:53:21 -04:00
committed by GitHub
parent 557b9c7d51
commit d7de23fa65
2 changed files with 3 additions and 3 deletions

View File

@@ -752,7 +752,7 @@ class ConfigEntry:
target: Coroutine[Any, Any, _R],
name: str | None = None,
) -> asyncio.Task[_R]:
"""Create a task from within the eventloop.
"""Create a task from within the event loop.
This method must be run in the event loop.