diff --git a/zipline/transforms/utils.py b/zipline/transforms/utils.py index 12b59465..f45b1a0f 100644 --- a/zipline/transforms/utils.py +++ b/zipline/transforms/utils.py @@ -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()