Fix markup

This commit is contained in:
Éric Araujo 2011-11-14 18:00:48 +01:00
parent c2fe57762b
commit 04e6909845
1 changed files with 2 additions and 2 deletions

View File

@ -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
a uniform high-level interface for managing threads and processes.
The design for :mod:`concurrent.futures` was inspired by
*java.util.concurrent.package*. In that model, a running call and its result
The design for :mod:`concurrent.futures` was inspired by the
*java.util.concurrent* package. In that model, a running call and its result
are represented by a :class:`~concurrent.futures.Future` object that abstracts
features common to threads, processes, and remote procedure calls. That object
supports status checks (running or done), timeouts, cancellations, adding