Skip to content

Commit

Permalink
tweak a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Nov 25, 2022
1 parent e8065fb commit d9e9703
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/metadata_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,6 @@ this:
>`model = FooRegressor()`. Provide keyword arguments to override
>hyper-parameter defaults, as in `FooRegressor(a=...)`.
To prevent an existing document string being *replaced* instead of augmented, the
`doc_header` declaration must appear in a different module from the original.
"""
function doc_header(SomeModelType; augment=false)
name = MLJModelInterface.name(SomeModelType)
Expand Down

0 comments on commit d9e9703

Please sign in to comment.