mirror of https://github.com/python/cpython.git
Add missing end of sentence in docs (GH-27280) (GH-27419)
(cherry picked from commit 531e2fbc52
)
Co-authored-by: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
This commit is contained in:
parent
5eabf246b6
commit
c75b59418e
|
@ -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…
Reference in New Issue