mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 13:45:28 +08:00
DOC: Fix typo in docstring.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user