Skip to content

Commit 63f2f0d

Browse files
committed
fix doc string
1 parent f433d50 commit 63f2f0d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/accessor_functions.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ const DOC_STATIC =
1616

1717
"""
1818
LearnAPI.learner(model)
19-
LearnAPI.learner(LearnAPI.stripd_model)
19+
LearnAPI.learner(stripped_model)
2020
21-
Recover the learner used to train `model` or the output of [`LearnAPI.strip(model)`](@ref).
21+
Recover the learner used to train `model` or the output, `stripped_model`, of
22+
[`LearnAPI.strip(model)`](@ref).
2223
2324
In other words, if `model = fit(learner, data...)`, for some `learner` and `data`,
2425
then

0 commit comments

Comments
 (0)