Skip to content

Commit d9e9703

Browse files
committed
tweak a docstring
1 parent e8065fb commit d9e9703

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/metadata_utils.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,6 @@ this:
231231
>`model = FooRegressor()`. Provide keyword arguments to override
232232
>hyper-parameter defaults, as in `FooRegressor(a=...)`.
233233
234-
To prevent an existing document string being *replaced* instead of augmented, the
235-
`doc_header` declaration must appear in a different module from the original.
236-
237234
"""
238235
function doc_header(SomeModelType; augment=false)
239236
name = MLJModelInterface.name(SomeModelType)

0 commit comments

Comments
 (0)