Skip to content

Commit 1bb1f34

Browse files
use reentrant
1 parent 4d0006a commit 1bb1f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Scheduling callbacks
246246
another thread, this function *must* be used, since :meth:`call_soon` is not
247247
thread-safe.
248248

249-
This function is safe to be called from a re-entrant context or signal handler,
249+
This function is safe to be called from a reentrant context or signal handler,
250250
however, it is not safe or fruitful to use the returned handle in such contexts.
251251

252252
Raises :exc:`RuntimeError` if called on a loop that's been closed.

0 commit comments

Comments
 (0)