Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 531e2fb

Browse files
authored
Add missing end of sentence in docs (GH-27280)
1 parent fbe8702 commit 531e2fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/concurrent.futures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ The :class:`Future` class encapsulates the asynchronous execution of a callable.
350350
If the future is cancelled before completing then :exc:`.CancelledError`
351351
will be raised.
352352

353-
If the call raised, this method will raise the same exception.
353+
If the call raised an exception, this method will raise the same exception.
354354

355355
.. method:: exception(timeout=None)
356356

0 commit comments

Comments
 (0)