We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946a0b6 commit 9b3abacCopy full SHA for 9b3abac
Doc/library/asyncio-dev.rst
@@ -52,7 +52,7 @@ Cancellation
52
------------
53
54
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
+programming, not only is it something common, but you have to prepare your
56
code to handle it.
57
58
Futures and tasks can be cancelled explicitly with their :meth:`Future.cancel`
0 commit comments