Skip to content

Commit

Permalink
fix typo in comment (NicolasHug#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenatech committed Jan 27, 2023
1 parent 00904a1 commit 687ed96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/load_from_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
df = pd.DataFrame(ratings_dict)

# A reader is still needed but only the rating_scale param is requiered.
# A reader is still needed but only the rating_scale param is required.
reader = Reader(rating_scale=(1, 5))

# The columns must correspond to user id, item id and ratings (in that order).
Expand Down

0 comments on commit 687ed96

Please sign in to comment.