Fix spelling of independent in other documentation files

This commit is contained in:
Cameron Yick
2018-02-10 17:24:46 -05:00
parent e4eba5dd9b
commit d1b54cb6ed
2 changed files with 3 additions and 5 deletions

View File

@ -78,7 +78,7 @@ Create a transformation graph
Amongst other features, Bonobo will mostly help you there with the following:
* Execute the transformations in independant threads
* Execute the transformations in independent threads
* Pass the outputs of one thread to other(s) thread(s) inputs.
To do this, it needs to know what data-flow you want to achieve, and you'll use a :class:`bonobo.Graph` to describe it.
@ -200,4 +200,3 @@ Next
::::
Time to jump to the second part: :doc:`tut02`.