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

Skip to content

Commit ca88e9c

Browse files
committed
Branch merge
2 parents 5418ee0 + 04e6909 commit ca88e9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/whatsnew/3.2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ Code for creating and managing concurrency is being collected in a new top-level
234234
namespace, *concurrent*. Its first member is a *futures* package which provides
235235
a uniform high-level interface for managing threads and processes.
236236

237-
The design for :mod:`concurrent.futures` was inspired by
238-
*java.util.concurrent.package*. In that model, a running call and its result
237+
The design for :mod:`concurrent.futures` was inspired by the
238+
*java.util.concurrent* package. In that model, a running call and its result
239239
are represented by a :class:`~concurrent.futures.Future` object that abstracts
240240
features common to threads, processes, and remote procedure calls. That object
241241
supports status checks (running or done), timeouts, cancellations, adding

0 commit comments

Comments
 (0)