Fix typo.
[pyutils.git] / docs / pyutils.parallelize.rst
index 722d4746c9def612643accf5758cc907adabcb51..a57bfe5dc8ee924b16c685e31c77a74dce068857 100644 (file)
@@ -53,16 +53,6 @@ pyutils.parallelize.parallelize module
 pyutils.parallelize.smart\_future module
 ----------------------------------------
 
-Defines a SmartFuture class that is part of the parallelization
-framework.  A SmartFuture is a kind of Future (i.e. a representation
-of the result of asynchronous processing that may know its value or
-not depending on whether the asynchronous operation has completed).
-Whereas normal Python Futures must be waited on or resolved manually,
-a SmartFuture automatically waits for its result to be known as soon
-as it is utilized in an expression that demands its value.
-
-Also contains some utilility code for waiting for one/many futures.
-
 .. automodule:: pyutils.parallelize.smart_future
    :members:
    :undoc-members:
@@ -79,11 +69,6 @@ pyutils.parallelize.thread\_utils module
 Module contents
 ---------------
 
-This module contains a framework for easy Python parallelization.  To
-see an example of how it is used, look at examples/wordle/...
-
-This module also contains some utilities that deal with parallelization.
-
 .. automodule:: pyutils.parallelize
    :members:
    :undoc-members: