File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -234,8 +234,8 @@ Code for creating and managing concurrency is being collected in a new top-level
234234namespace, *concurrent *. Its first member is a *futures * package which provides
235235a 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
239239are represented by a :class: `~concurrent.futures.Future ` object that abstracts
240240features common to threads, processes, and remote procedure calls. That object
241241supports status checks (running or done), timeouts, cancellations, adding
You can’t perform that action at this time.
0 commit comments