Skip to content

Commit 87c3c5d

Browse files
mivadeMariatta
authored andcommitted
Improve grammar in asyncio documentation (GH-2993)
"not only is it .." is the correct form, as opposed to: "not only it is ..."
1 parent 5075416 commit 87c3c5d

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)