Small spelling change.

This commit is contained in:
Tim
2013-02-16 17:43:38 +00:00
parent b09ab5da99
commit d3f1e0ffa9
+1 -1
View File
@@ -294,7 +294,7 @@ class BatchTransform(EventWindow):
```
In you algorithm you would then have to instantiate
In your algorithm you would then have to instantiate
this in the initialize() method:
```
self.my_batch_transform = MyBatchTransform()