Skip to content

Commit d89a4cc

Browse files
authored
Update scalg.py
1 parent 00d6ea3 commit d89a4cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scalg.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929

3030
def score(source_data: list, weights: list, *args) -> list:
31-
"""Analyse and score a dataset using a range based percentualF proximity
31+
"""Analyse and score a dataset using a range based percentual proximity
3232
algorithm and calculate the linear maximum likelihood estimation.
3333
Args:
3434
source_data (list): Data set to process.
@@ -104,7 +104,7 @@ def score(source_data: list, weights: list, *args) -> list:
104104

105105

106106
def score_columns(source_data: list, columns: list, weights: list) -> list:
107-
"""Analyse data file using a range based procentual proximity
107+
"""Analyse data file using a range based percentual proximity
108108
algorithm and calculate the linear maximum likelihood estimation.
109109
Args:
110110
source_data (list): Data set to process.

0 commit comments

Comments
 (0)