DOC: Fix typo in CustomFactor docstring.

This commit is contained in:
Scott Sanderson
2015-12-17 13:17:43 -05:00
parent a28236aef2
commit 71395d4ea1
+3 -3
View File
@@ -617,9 +617,9 @@ class CustomFactor(PositiveWindowLengthMixin, CustomTermMixin, Factor):
argument is passed to the CustomFactor constructor, we look for a
class-level attribute named `inputs`.
window_length : int, optional
Number of rows of rows to pass for each input. If this
argument is not passed to the CustomFactor constructor, we look for a
class-level attribute named `window_length`.
Number of rows to pass for each input. If this argument is not passed
to the CustomFactor constructor, we look for a class-level attribute
named `window_length`.
Notes
-----