]> granicus.if.org Git - python/commitdiff
Improve grammar in asyncio documentation (GH-2993)
authorMike DePalatis <mike@depalatis.net>
Thu, 3 Aug 2017 14:20:42 +0000 (10:20 -0400)
committerMariatta <Mariatta@users.noreply.github.com>
Thu, 3 Aug 2017 14:20:42 +0000 (00:20 +1000)
"not only is it .." is the correct form, as opposed to:
"not only it is ..."

Doc/library/asyncio-dev.rst

index cc4a14b2016226cc90d717e8f2c65f686dd35a60..1838eb95a7d52230336a56faa1c992003af8e8b0 100644 (file)
@@ -52,7 +52,7 @@ Cancellation
 ------------
 
 Cancellation of tasks is not common in classic programming. In asynchronous
-programming, not only it is something common, but you have to prepare your
+programming, not only is it something common, but you have to prepare your
 code to handle it.
 
 Futures and tasks can be cancelled explicitly with their :meth:`Future.cancel`