Thanks to visit codestin.com Credit goes to github.com
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 5075416 commit 87c3c5dCopy full SHA for 87c3c5d
1 file changed
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