Skip to content

Commit eb4fac7

Browse files
committed
fix
1 parent 044eb61 commit eb4fac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Returns information about a dataset. The information includes the name,
4141
information about the creator, URL to download it and more.
4242
"""
4343
function load_Dataset_Description(id::Int)
44-
get("data/$id",
44+
get("/data/$id",
4545
extra_error_message = "Check if there is a dataset with id $id.\nSee e.g. OpenML.list_datasets()\n")
4646
end
4747

0 commit comments

Comments
 (0)