Commit 7b5011b4 authored by Eric Smith's avatar Eric Smith

Wording fix.

parent 0ea622a5
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment