Skip to content

Commit 60ea476

Browse files
authored
Merge pull request #172 from JuliaAI/docstrdesc
remove misleading descr used in `doc_header` docstring
2 parents d9e9703 + c495358 commit 60ea476

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/metadata_utils.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,7 @@ metadata_pkg(FooRegressor,
195195
)
196196
metadata_model(FooRegressor,
197197
input=Table(Continuous),
198-
target=AbstractVector{Continuous},
199-
descr="La di da")
198+
target=AbstractVector{Continuous})
200199
```
201200
202201
Then the docstring is defined after these declarations with the following code:

0 commit comments

Comments
 (0)