summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrian.quinlan <devnull@localhost>2009-10-16 03:35:05 +0000
committerbrian.quinlan <devnull@localhost>2009-10-16 03:35:05 +0000
commitf28fdd50a4fa5f3d835f5a415121a102b82bb8f0 (patch)
tree02afb920a417c6e5c25f4c8f02c3e7049c5c2c52
parent7d43f0e1c58adb68067a3f2cb21598fb625446b8 (diff)
downloadfutures-f28fdd50a4fa5f3d835f5a415121a102b82bb8f0.tar.gz
Minor formatting fix
-rw-r--r--PEP.txt28
1 files changed, 14 insertions, 14 deletions
diff --git a/PEP.txt b/PEP.txt
index 60e487e..1597348 100644
--- a/PEP.txt
+++ b/PEP.txt
@@ -328,30 +328,30 @@ inclusion.
References
==========
-.. [1]
+.. [1]
- `java.util.concurrent` package documentation
- `http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/package-summary.html`
+ `java.util.concurrent` package documentation
+ `http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/package-summary.html`
-.. [2]
+.. [2]
- Pythono Cookbook recipe 84317, "Easy threading with Futures"
- `http://code.activestate.com/recipes/84317/`
+ Pythono Cookbook recipe 84317, "Easy threading with Futures"
+ `http://code.activestate.com/recipes/84317/`
-.. [3]
+.. [3]
- `Python-3000` thread, "mechanism for handling asynchronous concurrency"
- `http://mail.python.org/pipermail/python-3000/2006-April/000960.html`
+ `Python-3000` thread, "mechanism for handling asynchronous concurrency"
+ `http://mail.python.org/pipermail/python-3000/2006-April/000960.html`
-.. [4]
+.. [4]
- `Python 3000` thread, "Futures in Python 3000 (was Re: mechanism for handling asynchronous concurrency)"
- `http://mail.python.org/pipermail/python-3000/2006-April/000970.html`
+ `Python 3000` thread, "Futures in Python 3000 (was Re: mechanism for handling asynchronous concurrency)"
+ `http://mail.python.org/pipermail/python-3000/2006-April/000970.html`
-.. [5]
+.. [5]
- Reference `futures` implementation `http://code.google.com/p/pythonfutures`
+ Reference `futures` implementation `http://code.google.com/p/pythonfutures`
=========
Copyright