summaryrefslogtreecommitdiffstats
path: root/Doc/library/concurrent.futures.rst
diff options
context:
space:
mode:
authorAdrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>2021-07-28 14:15:07 (GMT)
committerGitHub <noreply@github.com>2021-07-28 14:15:07 (GMT)
commit531e2fbc52ce07a9cf37e0db05a5337e404dfccd (patch)
treed587a68131b68fdc06473f39f8c1943596b23af4 /Doc/library/concurrent.futures.rst
parentfbe87023bf33e941373a5fca023652a825db7baf (diff)
downloadcpython-531e2fbc52ce07a9cf37e0db05a5337e404dfccd.zip
cpython-531e2fbc52ce07a9cf37e0db05a5337e404dfccd.tar.gz
cpython-531e2fbc52ce07a9cf37e0db05a5337e404dfccd.tar.bz2
Add missing end of sentence in docs (GH-27280)
Diffstat (limited to 'Doc/library/concurrent.futures.rst')
-rw-r--r--Doc/library/concurrent.futures.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/concurrent.futures.rst b/Doc/library/concurrent.futures.rst
index d57f8ce..897efc2 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)