mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Add missing end of sentence in docs (GH-27280)
This commit is contained in:
parent
fbe87023bf
commit
531e2fbc52
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue