DOC: Fixed docstring

This commit is contained in:
Richard Frank
2015-10-12 09:11:36 -04:00
parent 7a638e4580
commit 952da68610
+1 -1
View File
@@ -450,7 +450,7 @@ class CustomFactor(RequiredWindowLengthMixin, CustomTermMixin, Factor):
class-level attribute named `inputs`.
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
argument is not passed to the CustomFactor constructor, we look for a
class-level attribute named `window_length`.
Notes