mirror of https://github.com/python/cpython.git
Improve grammar in asyncio documentation (GH-2993)
"not only is it .." is the correct form, as opposed to: "not only it is ..."
This commit is contained in:
parent
5075416b8f
commit
87c3c5de73
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue