From: Eric Smith Date: Tue, 1 Feb 2011 21:31:22 +0000 (+0000) Subject: Wording fix. X-Git-Tag: v3.2rc3~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b5011b4a3a8ad8a8c816b9472afd60628815317;p=python Wording fix. --- diff --git a/Doc/library/concurrent.futures.rst b/Doc/library/concurrent.futures.rst index 0cb170b4a6..e5d13f37f3 100644 --- a/Doc/library/concurrent.futures.rst +++ b/Doc/library/concurrent.futures.rst @@ -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()