Wording fix.

This commit is contained in:
Eric Smith 2011-02-01 21:31:22 +00:00
parent 0ea622a5c8
commit 7b5011b4a3
1 changed files with 1 additions and 1 deletions

View File

@ -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()