DOC: Slightly better comment on Frequency._ffill.

This commit is contained in:
Scott Sanderson
2014-09-29 14:40:03 -04:00
parent c477680ca3
commit 9152d8da37
+2 -1
View File
@@ -258,7 +258,8 @@ class HistorySpec(object):
self.frequency = frequency
# The field, e.g. 'price', 'volume', etc.
self.field = field
# Whether or not to forward fill the nan data.
# Whether or not to forward fill nan data. Only has an effect if this
# spec's field is in FORWARD_FILLABLE.
self._ffill = ffill
# Calculate the cache key string once.