Some minor grammar cleanup
This commit is contained in:
parent
3565cc699f
commit
1a2d166c20
|
@ -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
|
||||
---------
|
||||
|
|
Loading…
Reference in New Issue