From bbcc088519ca79e3b1f91244a0ca75b11a0b3711 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 29 Dec 2020 18:07:59 +1100 Subject: [PATCH] docs: fix simple typo, relationshops -> relationships There is a small typo in recsys/datamodel/data.py. Should read `relationships` rather than `relationshops`. --- recsys/datamodel/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recsys/datamodel/data.py b/recsys/datamodel/data.py index 21de618..85c3f59 100644 --- a/recsys/datamodel/data.py +++ b/recsys/datamodel/data.py @@ -9,7 +9,7 @@ class Data: """ - Handles the relationshops among users and items + Handles the relationships among users and items """ def __init__(self): #"""