DOC: Typo in docstring.

This commit is contained in:
Scott Sanderson
2015-11-20 20:02:56 -05:00
parent d8edadc9af
commit cf7e87a4b9
+1 -1
View File
@@ -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`.