diff --git a/README.rst b/README.rst index 8f66ce6..589559f 100644 --- a/README.rst +++ b/README.rst @@ -3,13 +3,13 @@ Data-processing. By monkeys. For humans. -Bonobo is a data-processing library for python 3.5+ that emphasis writing +Bonobo is a data-processing library for python 3.5+ that emphasises writing simple, atomic, plain old python functions and chaining them using a basic acyclic graph. The nodes will need a bit of plumbery to be runnable in different means (iteratively, in threads, in processes, on different machines ...) but that should be as transparent as possible. -The only thing asked to the developer is to either write "pure" functions to +The only thing asked of the developer is to write "pure" functions to process data (create a new dict, don't change in place, etc.), and everything should be fine from this point. @@ -102,7 +102,7 @@ Random thoughts and things to do * NaiveStrategy * PoolExecutionStrategy * ThreadPoolExecutionStrategy - * ProcesPoolExecutionStrategy + * ProcessPoolExecutionStrategy * ThreadExecutionStrategy * ProcessExecutionStrategy