Browse Source
Add missing end of sentence in docs (GH-27280)
pull/27423/head
Adrian Garcia Badaracco
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Doc/library/concurrent.futures.rst
|
|
|
@ -350,7 +350,7 @@ The :class:`Future` class encapsulates the asynchronous execution of a callable. |
|
|
|
If the future is cancelled before completing then :exc:`.CancelledError` |
|
|
|
will be raised. |
|
|
|
|
|
|
|
If the call raised, this method will raise the same exception. |
|
|
|
If the call raised an exception, this method will raise the same exception. |
|
|
|
|
|
|
|
.. method:: exception(timeout=None) |
|
|
|
|
|
|
|
|