From bf2e8e3586e8d4e985b73c4cbb4df74879d6dbcb Mon Sep 17 00:00:00 2001 From: Thomas Wiecki Date: Sun, 30 Dec 2012 21:47:17 -0500 Subject: [PATCH] DOC: Typo. --- zipline/transforms/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zipline/transforms/utils.py b/zipline/transforms/utils.py index bec3e117..e343a40c 100644 --- a/zipline/transforms/utils.py +++ b/zipline/transforms/utils.py @@ -372,9 +372,9 @@ class BatchTransform(EventWindow): (e.g. 'price'). If not supplied, fields will be extracted from incoming events. create_panel : bool - If False, will create a pandas panel every refresh + If True, will create a pandas panel every refresh period and pass it to the user-defined function. - If True, will pass the underlying deque reference + If False, will pass the underlying deque reference directly to the function which will be significantly faster. compute_only_full : bool