summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrian.quinlan <devnull@localhost>2009-06-14 13:19:52 +0000
committerbrian.quinlan <devnull@localhost>2009-06-14 13:19:52 +0000
commit494b2789bbc092d057fa61001e7d133c8922f34f (patch)
treebbc270a0a2dca166d3c0d50d789940823758a281
parent36617a0d8af8bbca33c0411683758e1fe8f831a9 (diff)
downloadfutures-494b2789bbc092d057fa61001e7d133c8922f34f.tar.gz
Formatting fix.
-rw-r--r--docs/index.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 5fb5b8b..b170aee 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -2,8 +2,7 @@
===========================================
.. module:: futures
- :synopsis: Execute computations asynchronously using threads or
- (experimentally) processes.
+ :synopsis: Execute computations asynchronously using threads or (experimentally) processes.
The :mod:`futures` module provides a high-level interface for asynchronously
executing functions and methods.