Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b5011b

Browse files
committed
Wording fix.
1 parent 0ea622a commit 7b5011b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/concurrent.futures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ The :class:`Future` class encapsulates the asynchronous execution of a callable.
221221
.. method:: cancel()
222222

223223
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
224+
cannot be cancelled then the method will return ``False``, otherwise the
225225
call will be cancelled and the method will return ``True``.
226226

227227
.. method:: cancelled()

0 commit comments

Comments
 (0)