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 0ea622a commit 7b5011bCopy full SHA for 7b5011b
1 file changed
Doc/library/concurrent.futures.rst
@@ -221,7 +221,7 @@ The :class:`Future` class encapsulates the asynchronous execution of a callable.
221
.. method:: cancel()
222
223
Attempt to cancel the call. If the call is currently being executed and
224
- cannot be cancelled and the method will return ``False``, otherwise the
+ cannot be cancelled then the method will return ``False``, otherwise the
225
call will be cancelled and the method will return ``True``.
226
227
.. method:: cancelled()
0 commit comments