summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-07-28 14:32:38 (GMT)
committerGitHub <noreply@github.com>2021-07-28 14:32:38 (GMT)
commitc75b59418ea7411356ce4b11c498c9ce0a338158 (patch)
tree45d3a81af8bfc5468fdb67e3a99c6415de181e35 /Doc/library
parent5eabf246b609466c4cd244d32ecb2f780cfeed8c (diff)
downloadcpython-c75b59418ea7411356ce4b11c498c9ce0a338158.zip
cpython-c75b59418ea7411356ce4b11c498c9ce0a338158.tar.gz
cpython-c75b59418ea7411356ce4b11c498c9ce0a338158.tar.bz2
Add missing end of sentence in docs (GH-27280) (GH-27419)
(cherry picked from commit 531e2fbc52ce07a9cf37e0db05a5337e404dfccd) Co-authored-by: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
Diffstat (limited to 'Doc/library')
-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)