mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-03 07:58:44 +02:00
docs: fix a grammar issue in multiple files
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user