From d3f1e0ffa95639fb14d8beddb54f3151f52cb4e9 Mon Sep 17 00:00:00 2001 From: Tim Date: Sat, 16 Feb 2013 17:43:38 +0000 Subject: [PATCH] Small spelling change. --- zipline/transforms/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()