DOC: Add missing period in docstring.

This commit is contained in:
Scott Sanderson
2015-11-25 15:26:37 -05:00
parent f7cbb34c81
commit 3f28a924d7
+1 -1
View File
@@ -35,7 +35,7 @@ class PipelineEngine(with_metaclass(ABCMeta)):
"""
Compute values for `pipeline` between `start_date` and `end_date`.
Returns a DataFrame with a MultiIndex of (date, asset) pairs
Returns a DataFrame with a MultiIndex of (date, asset) pairs.
Parameters
----------