Some minor grammar cleanup

This commit is contained in:
Brian Quinlan 2010-10-13 21:23:15 +00:00
parent 3565cc699f
commit 1a2d166c20
1 changed files with 4 additions and 5 deletions

View File

@ -49,11 +49,10 @@ familiar with Java Futures, or the Futures term except as it relates
to the US stock market.
Finally; we are carving out a new namespace for the standard library -
obviously named "concurrent". In this namespace we hope to either add,
or move existing, concurrency-related libraries to this in the future.
A prime example is the multiprocessing.Pool work, as well as other
"addons" included in that module, which work across thread, and
process boundaries.
obviously named "concurrent". We hope to either add, or move existing,
concurrency-related libraries to this in the future. A prime example
is the multiprocessing.Pool work, as well as other "addons" included
in that module, which work across thread and process boundaries.
Interface
---------