Commit 04e69098 authored by Éric Araujo's avatar Éric Araujo

Fix markup

parent c2fe5776
...@@ -234,8 +234,8 @@ Code for creating and managing concurrency is being collected in a new top-level ...@@ -234,8 +234,8 @@ Code for creating and managing concurrency is being collected in a new top-level
namespace, *concurrent*. Its first member is a *futures* package which provides namespace, *concurrent*. Its first member is a *futures* package which provides
a uniform high-level interface for managing threads and processes. a uniform high-level interface for managing threads and processes.
The design for :mod:`concurrent.futures` was inspired by The design for :mod:`concurrent.futures` was inspired by the
*java.util.concurrent.package*. In that model, a running call and its result *java.util.concurrent* package. In that model, a running call and its result
are represented by a :class:`~concurrent.futures.Future` object that abstracts are represented by a :class:`~concurrent.futures.Future` object that abstracts
features common to threads, processes, and remote procedure calls. That object features common to threads, processes, and remote procedure calls. That object
supports status checks (running or done), timeouts, cancellations, adding supports status checks (running or done), timeouts, cancellations, adding
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment