This commit is contained in:
Nuno Campos
2025-01-21 10:06:02 -08:00
parent fca0d2d5bb
commit 2cafb4905b
+1 -1
View File
@@ -153,7 +153,7 @@ def _ensure_future(
else:
raise TypeError(
"An asyncio.Future, a coroutine or an awaitable is required."
f" Got {type(future).__name__} instead."
f" Got {type(coro_or_future).__name__} instead."
)
try: