Skip to content

Commit 7c94ede

Browse files
committed
Merge pull request #123 from brylie/patch-1
Add list formatting to improve readability
2 parents 26686b0 + 587ffec commit 7c94ede

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

openml/datasets/functions.py

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,14 @@ def list_datasets():
111111
Returns
112112
-------
113113
datasets : list of dicts
114-
A list of all datasets. Every dataset is represented by a
115-
dictionary containing the following information: dataset id,
116-
and status. If qualities are calculated for the dataset, some of
114+
A list of all datasets.
115+
116+
Every dataset is represented by a dictionary containing
117+
the following information:
118+
- dataset id
119+
- status
120+
121+
If qualities are calculated for the dataset, some of
117122
these are also returned.
118123
"""
119124
return _list_datasets("data/list")

0 commit comments

Comments
 (0)