Skip to content

Commit

Permalink
minor typo fix (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmc-bbk committed Jul 19, 2020
1 parent 1c4d4b9 commit fd3e8c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions surprise/model_selection/split.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def split(self, data):
Args:
data(:obj:`Dataset<surprise.dataset.Dataset>`): The data containing
ratings that will be devided into trainsets and testsets.
ratings that will be divided into trainsets and testsets.
Yields:
tuple of (trainset, testset)
Expand Down Expand Up @@ -159,7 +159,7 @@ def split(self, data):
Args:
data(:obj:`Dataset<surprise.dataset.Dataset>`): The data containing
ratings that will be devided into trainsets and testsets.
ratings that will be divided into trainsets and testsets.
Yields:
tuple of (trainset, testset)
Expand Down Expand Up @@ -266,7 +266,7 @@ def split(self, data):
Args:
data(:obj:`Dataset<surprise.dataset.Dataset>`): The data containing
ratings that will be devided into trainsets and testsets.
ratings that will be divided into trainsets and testsets.
Yields:
tuple of (trainset, testset)
Expand Down Expand Up @@ -372,7 +372,7 @@ def split(self, data):
Args:
data(:obj:`Dataset<surprise.dataset.Dataset>`): The data containing
ratings that will be devided into trainsets and testsets.
ratings that will be divided into trainsets and testsets.
Yields:
tuple of (trainset, testset)
Expand Down Expand Up @@ -422,7 +422,7 @@ def split(self, data):
Args:
data(:obj:`Dataset<surprise.dataset.Dataset>`): The data containing
ratings that will be devided into trainsets and testsets.
ratings that will be divided into trainsets and testsets.
Yields:
tuple of (trainset, testset)
Expand Down

0 comments on commit fd3e8c5

Please sign in to comment.