Skip to content

Commit 31827a5

Browse files
committed
Fix
1 parent 0e17978 commit 31827a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

other/scoring_algorithm.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,9 @@ def procentual_proximity(
100100
"""
101101
| `weights` - ``int`` list
102102
| possible values - ``0`` / ``1``
103-
| * ``0`` if lower values have higher weight in the data set
104-
| * ``1`` if higher values have higher weight in the data set
103+
104+
* ``0`` if lower values have higher weight in the data set
105+
* ``1`` if higher values have higher weight in the data set
105106
106107
>>> procentual_proximity([[20, 60, 2012],[23, 90, 2015],[22, 50, 2011]], [0, 0, 1])
107108
[[20, 60, 2012, 2.0], [23, 90, 2015, 1.0], [22, 50, 2011, 1.3333333333333335]]

0 commit comments

Comments
 (0)