Skip to content

Commit 2663167

Browse files
committed
docstring fix
1 parent fbcfe7d commit 2663167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setpath.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const ERR_REGISTRY_PATH = ErrorException(
44
"No path to the registry has been set. Run "*
55
"`setpath(path)`, where `path` is the path to the registry in your local "*
66
"MLJModels.jl clone. That is, do something like "*
7-
"`setpath(\"~/MyPkgs/MLJModels/registry\")`. "
7+
"`setpath(\"~/MyPkgs/MLJModels/src/registry\")`. "
88
)
99

1010
# for accessing or changing the location of the registry (initially empty):

0 commit comments

Comments
 (0)