Skip to content

Commit 8714744

Browse files
committed
Docstrings: minor [skip ci]
1 parent aac4641 commit 8714744

File tree

1 file changed

+1
-1
lines changed
  • src/sensai/data_transformation

1 file changed

+1
-1
lines changed

src/sensai/data_transformation/dft.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ def __init__(self,
595595
* If the relevant features are already normalised, pass ``skip=True``
596596
* If the relevant features cannot be normalised (e.g. because they are categorical), pass ``unsupported=True``
597597
* If the relevant features shall be normalised, the other parameters apply.
598-
No parameters, i.e. ``RuleTemplate()``, are an option if ...
598+
No parameters, i.e. ``Rule(regex)``, are an option if ...
599599
600600
* a default transformer factory is specified in the :class:`DFTNormalisation` instance and its application
601601
is suitable for the relevant set of features.

0 commit comments

Comments
 (0)