Skip to content

Commit 48da8ec

Browse files
authored
owpreprocess: Use human friendly name in combo.
1 parent b5c7863 commit 48da8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orange/widgets/data/owpreprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ def __init__(self, parent=None):
496496
{"text": "ANOVA"},
497497
{"text": "Chi2"},
498498
{"text": "RReliefF"},
499-
{"text": "UnivariateLinearRegression"}
499+
{"text": "Univariate Linear Regression"}
500500
]
501501
)
502502
self.layout().addWidget(self.__uni_fs)

0 commit comments

Comments
 (0)