Skip to content

Commit

Permalink
Merge pull request #172 from JuliaAI/docstrdesc
Browse files Browse the repository at this point in the history
remove misleading descr used in  `doc_header` docstring
  • Loading branch information
OkonSamuel authored Jun 19, 2023
2 parents d9e9703 + c495358 commit 60ea476
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/metadata_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,7 @@ metadata_pkg(FooRegressor,
)
metadata_model(FooRegressor,
input=Table(Continuous),
target=AbstractVector{Continuous},
descr="La di da")
target=AbstractVector{Continuous})
```
Then the docstring is defined after these declarations with the following code:
Expand Down

0 comments on commit 60ea476

Please sign in to comment.