From 17b402666c401d3ebb06a9644ac6ffdf00d4d736 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Wed, 4 May 2016 14:29:08 -0400 Subject: [PATCH] DOC: Fixup docstring. --- zipline/pipeline/mixins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipline/pipeline/mixins.py b/zipline/pipeline/mixins.py index e30b4b57..1e87256c 100644 --- a/zipline/pipeline/mixins.py +++ b/zipline/pipeline/mixins.py @@ -130,7 +130,7 @@ class CustomTermMixin(object): If we have an outputs tuple, the default is an empty recarray with ``self.outputs`` as field names. Each field will have dtype - ``self.dtype``, the default shape is ``self.shape``. + ``self.dtype``. This can be overridden to control the kind of array constructed (e.g. to produce a LabelArray instead of an ndarray).