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`.