DOC: Fix typo in docstring.

This commit is contained in:
Scott Sanderson
2016-08-12 13:08:40 -04:00
parent 369eedf583
commit b6bacd2815
+1 -1
View File
@@ -353,7 +353,7 @@ class ComputableTerm(Term):
A Term that should be computed from a tuple of inputs.
This is the base class for :class:`zipline.pipeline.Factor`,
:class:`zipline.pipeline.Filter`, and :class:`zipline.pipeline.Factor`.
:class:`zipline.pipeline.Filter`, and :class:`zipline.pipeline.Classifier`.
"""
inputs = NotSpecified
outputs = NotSpecified