]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add missing end of sentence in docs (GH-27280) (GH-27419)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 28 Jul 2021 14:32:38 +0000 (07:32 -0700)
committerGitHub <noreply@github.com>
Wed, 28 Jul 2021 14:32:38 +0000 (16:32 +0200)
(cherry picked from commit 531e2fbc52ce07a9cf37e0db05a5337e404dfccd)

Co-authored-by: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
Doc/library/concurrent.futures.rst

index d57f8ce23d12c49c43e27881cd635228d5a3be0f..897efc2f544426d450b9defd1bd735c7a0836260 100644 (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)