We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0006a commit 1bb1f34Copy full SHA for 1bb1f34
Doc/library/asyncio-eventloop.rst
@@ -246,7 +246,7 @@ Scheduling callbacks
246
another thread, this function *must* be used, since :meth:`call_soon` is not
247
thread-safe.
248
249
- This function is safe to be called from a re-entrant context or signal handler,
+ This function is safe to be called from a reentrant context or signal handler,
250
however, it is not safe or fruitful to use the returned handle in such contexts.
251
252
Raises :exc:`RuntimeError` if called on a loop that's been closed.
0 commit comments