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:
Miss Islington (bot) 2021-07-28 07:32:38 -07:00 committed by GitHub
parent 5eabf246b6
commit c75b59418e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)