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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user