diff options
author | Eli Bendersky <eliben@gmail.com> | 2014-02-09 14:07:47 (GMT) |
---|---|---|
committer | Eli Bendersky <eliben@gmail.com> | 2014-02-09 14:07:47 (GMT) |
commit | b73c83318d02036281816c51e17a05c568f3db4e (patch) | |
tree | aa1920b5ea0463de27afb8b0d7c26c1dd41d3655 /Doc/library/asyncio-dev.rst | |
parent | 8b402629aeb9922b6e80204b913f4022da1ce730 (diff) | |
download | cpython-b73c83318d02036281816c51e17a05c568f3db4e.zip cpython-b73c83318d02036281816c51e17a05c568f3db4e.tar.gz cpython-b73c83318d02036281816c51e17a05c568f3db4e.tar.bz2 |
Various formatting & grammar fixes in asyncio* docs.
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 |