Minor typos etc

This commit is contained in:
Dave Willmer
2017-04-22 22:47:41 +02:00
parent 1399bbe733
commit 061255bf99
4 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@ happened because of **rdc.etl**.
It would have been counterproductive to migrate the same codebase:
* a lot of mistakes were impossible to fix in a backward compatible way (for example, transormations were stateful,
* a lot of mistakes were impossible to fix in a backward compatible way (for example, transformations were stateful,
making them more complicated to write and impossible to reuse, a lot of effort was used to make the components have
multi-inputs and multi-outputs, although in 99% of the case it's useless, etc.).
* we also wanted to develop something that took advantage of modern python versions, hence the choice of 3.5+.