]> granicus.if.org Git - python/commitdiff
Fix markup
authorÉric Araujo <merwok@netwok.org>
Mon, 14 Nov 2011 17:00:48 +0000 (18:00 +0100)
committerÉric Araujo <merwok@netwok.org>
Mon, 14 Nov 2011 17:00:48 +0000 (18:00 +0100)
Doc/whatsnew/3.2.rst

index 0bd2c51d603fbabfc566f4139e7bfa41f636ab1d..0553ec35feb4e5c2265998616b4fbf3a7ace340f 100644 (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