Wording fix.
This commit is contained in:
parent
0ea622a5c8
commit
7b5011b4a3
|
@ -221,7 +221,7 @@ The :class:`Future` class encapsulates the asynchronous execution of a callable.
|
|||
.. method:: cancel()
|
||||
|
||||
Attempt to cancel the call. If the call is currently being executed and
|
||||
cannot be cancelled and the method will return ``False``, otherwise the
|
||||
cannot be cancelled then the method will return ``False``, otherwise the
|
||||
call will be cancelled and the method will return ``True``.
|
||||
|
||||
.. method:: cancelled()
|
||||
|
|
Loading…
Reference in New Issue