From: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com> Date: Wed, 28 Jul 2021 14:15:07 +0000 (-0500) Subject: Add missing end of sentence in docs (GH-27280) X-Git-Tag: v3.11.0a1~545 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=531e2fbc52ce07a9cf37e0db05a5337e404dfccd;p=thirdparty%2FPython%2Fcpython.git Add missing end of sentence in docs (GH-27280) --- diff --git a/Doc/library/concurrent.futures.rst b/Doc/library/concurrent.futures.rst index d57f8ce23d12..897efc2f5444 100644 --- a/Doc/library/concurrent.futures.rst +++ b/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)