From 87c3c5de731af18a271f4559cd69ccb8d050208f Mon Sep 17 00:00:00 2001 From: Mike DePalatis Date: Thu, 3 Aug 2017 10:20:42 -0400 Subject: Improve grammar in asyncio documentation (GH-2993) "not only is it .." is the correct form, as opposed to: "not only it is ..." --- Doc/library/asyncio-dev.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/asyncio-dev.rst b/Doc/library/asyncio-dev.rst index cc4a14b..1838eb9 100644 --- a/Doc/library/asyncio-dev.rst +++ b/Doc/library/asyncio-dev.rst @@ -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` -- cgit v0.12