Skip to content

Commit 59035fd

Browse files
author
CW Andrews
authored
Update README.rst
English grammar, readability, and spelling corrections (proposed).
1 parent 3b20a40 commit 59035fd

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.rst

+6-7
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,19 @@ Data-processing for humans.
3434

3535
Bonobo is an extract-transform-load framework for python 3.5+ (see comparisons with other data tools).
3636

37-
Bonobo uses plain old python objects (functions, generators and iterators), allows to link them in a directed graph and
38-
execute them using a parallelized strategy, without having to worry about the underlying complexity.
37+
Bonobo uses plain old python objects (functions, generators and iterators), allows them to be linked together in a directed graph, and then executed using a parallelized strategy, without having to worry about the underlying complexity.
3938

40-
Developpers can focus on writing simple and atomic operations, that are by-design easy to unit-test, while the
41-
framework focus on applying them concurrently to rows of data.
39+
Developers can focus on writing simple and atomic operations, that are easy to unit-test by-design, while the focus of the
40+
framework is to apply them concurrently to rows of data.
4241

4342
One thing to note: write pure transformations and you'll be safe.
4443

45-
Bonobo is a young rewrite of an old python2.7 tool that ran millions of transformations per day for years on production,
46-
so as though it may not yet be complete or fully stable (please, allow us to reach 1.0), the basics are there.
44+
Bonobo is a young rewrite of an old python2.7 tool that ran millions of transformations per day for years on production.
45+
Although it may not yet be complete or fully stable (please, allow us to reach 1.0), the basics are there.
4746

4847
----
4948

50-
*Bonobo is under heavy development, we're making the best efforts to keep the core as stable as possible but we also need to move forward. Please allow us to reach 1.0 stability and our sincere apologies for anything we'd break in the process (feel free to complain on issues, so we notice breakages we did not expect)*
49+
*Bonobo is under heavy development, we're doing our best to keep the core as stable as possible while still moving forward. Please allow us to reach 1.0 stability and our sincere apologies for anything we break in the process (feel free to complain on issues, allowing us to correct breakages we did not expect)*
5150

5251
----
5352

0 commit comments

Comments
 (0)