Skip to content

Commit 9b3abac

Browse files
authored
[3.6] Improve grammar in asyncio documentation (GH-2993) (GH-2994)
"not only is it .." is the correct form, as opposed to: "not only it is ..." (cherry picked from commit 87c3c5d)
1 parent 946a0b6 commit 9b3abac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-dev.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Cancellation
5252
------------
5353

5454
Cancellation of tasks is not common in classic programming. In asynchronous
55-
programming, not only it is something common, but you have to prepare your
55+
programming, not only is it something common, but you have to prepare your
5656
code to handle it.
5757

5858
Futures and tasks can be cancelled explicitly with their :meth:`Future.cancel`

0 commit comments

Comments
 (0)