Skip to content

Commit 8435921

Browse files
committed
removed random mistake from docstring
1 parent ddace5f commit 8435921

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

openml/tasks/task.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,6 @@ def _download_split(self, cache_file):
8282

8383
def download_split(self):
8484
"""Download the OpenML split for a given task.
85-
86-
Parameters
87-
----------
88-
task_id : Task
89-
An entity of :class:`openml.OpenMLTask`.
9085
"""
9186
cached_split_file = os.path.join(
9287
_create_task_cache_dir(self.task_id), "datasplits.arff")

0 commit comments

Comments
 (0)