DOC: Correctly write optional arg to CustomFactor.

This commit is contained in:
Scott Sanderson
2015-10-06 12:07:50 -04:00
parent d5f8c7c99b
commit bf6dc7fac1
+1 -1
View File
@@ -448,7 +448,7 @@ class CustomFactor(RequiredWindowLengthMixin, CustomTermMixin, Factor):
describing the data to load and pass to `self.compute`. If this
argument is passed to the CustomFactor constructor, we look for a
class-level attribute named `inputs`.
window_length : (optional), int
window_length : int, optional
Number of rows of rows to pass for each input. If this
argument is passed to the CustomFactor constructor, we look for a
class-level attribute named `window_length`.