Skip to content

Commit

Permalink
Fix minor typo in knns.py doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed May 20, 2019
2 parents 2efa884 + e740594 commit 5070b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion surprise/prediction_algorithms/knns.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class KNNBasic(SymmetricAlgo):
``40``.
min_k(int): The minimum number of neighbors to take into account for
aggregation. If there are not enough neighbors, the prediction is
set the the global mean of all ratings. Default is ``1``.
set to the global mean of all ratings. Default is ``1``.
sim_options(dict): A dictionary of options for the similarity
measure. See :ref:`similarity_measures_configuration` for accepted
options.
Expand Down

0 comments on commit 5070b3f

Please sign in to comment.