docs: fix a grammar issue in multiple files

This commit is contained in:
Michael Li
2025-06-04 01:20:29 +10:00
parent 723cff9001
commit cd28bef155
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ def run_coroutine_threadsafe(
) -> asyncio.Future[T]:
"""Submit a coroutine object to a given event loop.
Return a asyncio.Future to access the result.
Return an asyncio.Future to access the result.
"""
if asyncio._get_running_loop() is loop: