Skip to content

Commit

Permalink
Fix typo in knns.py (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael-Dayan authored Oct 31, 2022
1 parent f365cc1 commit 00904a1
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 @@ -20,7 +20,7 @@
class SymmetricAlgo(AlgoBase):
"""This is an abstract class aimed to ease the use of symmetric algorithms.
A symmetric algorithm is an algorithm that can can be based on users or on
A symmetric algorithm is an algorithm that can be based on users or on
items indifferently, e.g. all the algorithms in this module.
When the algo is user-based x denotes a user and y an item. Else, it's
Expand Down

0 comments on commit 00904a1

Please sign in to comment.