Skip to content

Commit c713337

Browse files
committed
doc typo fix
1 parent 925f6fe commit c713337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minisom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ def train(self, data, num_iteration,
495495
fixed_points : dict (default=None)
496496
A dictionary k : (c_1, c_2), that will force the
497497
training algorithm to use the neuron with coordinates
498-
(c_1, c_2) as winner for the samples k instead of
498+
(c_1, c_2) as winner for the sample k instead of
499499
the best matching unit.
500500
"""
501501
self._check_iteration_number(num_iteration)

0 commit comments

Comments
 (0)