Skip to content

Commit 3c76185

Browse files
committed
doc fix
1 parent 2591ee5 commit 3c76185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/download.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ function download_docstring(modname, depname)
6060
`dir` is omitted the directories in
6161
`DataDeps.default_loadpath` will be searched for an existing
6262
`$(depname)` subfolder. In case no such subfolder is found,
63-
`dir` will default to `~/datadeps/$(depname)`. In the case
64-
that `dir` does not yet exist, a download prompt will be
63+
`dir` will default to `~/.julia/datadeps/$(depname)`. In the
64+
case that `dir` does not yet exist, a download prompt will be
6565
triggered. You can also use `$(modname).download([dir])`
6666
explicitly for pre-downloading (or re-downloading) the
6767
dataset. Please take a look at the documentation of the

0 commit comments

Comments
 (0)