]> granicus.if.org Git - python/commitdiff
Fix grammar in asyncio-dev.rst (GH-15672)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 4 Sep 2019 06:10:45 +0000 (23:10 -0700)
committerGitHub <noreply@github.com>
Wed, 4 Sep 2019 06:10:45 +0000 (23:10 -0700)
Automerge-Triggered-By: @ned-deily
(cherry picked from commit 675d17cec49ed7f7eb01d1bc3ae6999c728e070d)

Co-authored-by: Roger Iyengar <ri@rogeriyengar.com>
Doc/library/asyncio-dev.rst

index b728803619297968d9c57fb4f2b8a5e34566de2e..101e7817a95e98e638dc2d89c5cd34b0b71bb30f 100644 (file)
@@ -119,7 +119,7 @@ all concurrent asyncio Tasks and IO operations would be delayed
 by 1 second.
 
 An executor can be used to run a task in a different thread or even in
-a different process to avoid blocking block the OS thread with the
+a different process to avoid blocking the OS thread with the
 event loop.  See the :meth:`loop.run_in_executor` method for more
 details.