diff options
Diffstat (limited to 'Doc/library/asyncio-dev.rst')
-rw-r--r-- | Doc/library/asyncio-dev.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-dev.rst b/Doc/library/asyncio-dev.rst index aab925b..b0d28b1 100644 --- a/Doc/library/asyncio-dev.rst +++ b/Doc/library/asyncio-dev.rst @@ -44,7 +44,7 @@ the event loop. .. _asyncio-handle-blocking: -Handle correctly blocking functions +Handle blocking functions correctly ----------------------------------- Blocking functions should not be called directly. For example, if a function |