Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe8702 commit 531e2fbCopy full SHA for 531e2fb
1 file changed
Doc/library/concurrent.futures.rst
@@ -350,7 +350,7 @@ The :class:`Future` class encapsulates the asynchronous execution of a callable.
350
If the future is cancelled before completing then :exc:`.CancelledError`
351
will be raised.
352
353
- If the call raised, this method will raise the same exception.
+ If the call raised an exception, this method will raise the same exception.
354
355
.. method:: exception(timeout=None)
356
0 commit comments