From cf7e87a4b9cd9c5c32d1cdcec2d823231c3d4432 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Fri, 20 Nov 2015 20:02:56 -0500 Subject: [PATCH] DOC: Typo in docstring. --- zipline/pipeline/engine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipline/pipeline/engine.py b/zipline/pipeline/engine.py index 8e70423b..1fea22f0 100644 --- a/zipline/pipeline/engine.py +++ b/zipline/pipeline/engine.py @@ -51,7 +51,7 @@ class PipelineEngine(with_metaclass(ABCMeta)): result : pd.DataFrame A frame of computed results. - The columns `result` correspond wil be the computed results of + The columns `result` correspond will be the computed results of `pipeline.columns`, which should be a dictionary mapping strings to instances of `zipline.pipeline.term.Term`.