Skip to content

Commit 93296d8

Browse files
committed
Fix comments.
1 parent 00953d6 commit 93296d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oumi/core/async_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
def safe_asyncio_run(main: Awaitable[T]) -> T:
9-
"""Run a series of Awaitables in a new thread. Blocks until the thread is finished.
9+
"""Run an Awaitable in a new thread. Blocks until the thread is finished.
1010
1111
This circumvents the issue of running async functions in the main thread when
1212
an event loop is already running (Jupyter notebooks, for example).

0 commit comments

Comments
 (0)