Browse Source

Improve grammar in asyncio documentation (GH-2993)

"not only is it .." is the correct form, as opposed to:
"not only it is ..."
pull/2997/head
Mike DePalatis 9 years ago
committed by Mariatta
parent
commit
87c3c5de73
  1. 2
      Doc/library/asyncio-dev.rst

2
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`

Loading…
Cancel
Save