From b09ab5da996f36dbc320011aa1e9294d91326dc4 Mon Sep 17 00:00:00 2001 From: Tim Date: Sat, 16 Feb 2013 17:39:18 +0000 Subject: [PATCH] Added closing parenthesis to comment note. --- 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 7aa60c73..12b59465 100644 --- a/zipline/transforms/utils.py +++ b/zipline/transforms/utils.py @@ -77,7 +77,7 @@ class TransformMeta(type): calling Foo(*args, **kwargs) will return StatefulTransform(Foo, *args, **kwargs) instead of an instance of Foo. (Note that you can still recover an instance of a "raw" Foo by introspecting the - resulting StatefulTransform's 'state' field. + resulting StatefulTransform's 'state' field.) """ def __call__(cls, *args, **kwargs):