Skip to content

Commit

Permalink
Fix typos in docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbacce committed Jan 6, 2020
1 parent dddc386 commit 019cb58
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ class ConstantFeature(StandardFeature):
constant : int, optional, default: ``2``
The value to use to generate the constant column of the ``pd.DataFrame``.
length: int, optional, default: ``50``
length : int, optional, default: ``50``
The length of the DataFrame to generate. This is used only if X is not passed in
the ``transform`` method, otherwise the length is inferred from it.
the ``transform`` method, otherwise the length is inferred from it.
output_name : str, optional, default: ``'ConstantFeature'``
The name of the output column.
Expand Down Expand Up @@ -256,7 +256,7 @@ class CustomFeature(StandardFeature):
Parameters
----------
custom_feature_function`: Callable, required.
custom_feature_function : Callable, required.
The function to use to generate a ``pd.DataFrame`` containing the feature.
output_name: str, optional, default: ``'CustomFeature'``.
Expand Down

0 comments on commit 019cb58

Please sign in to comment.