From 7b5011b4a3a8ad8a8c816b9472afd60628815317 Mon Sep 17 00:00:00 2001 From: Eric Smith Date: Tue, 1 Feb 2011 21:31:22 +0000 Subject: [PATCH] Wording fix. --- Doc/library/concurrent.futures.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.50.1