Skip to content

Commit 9d78c6c

Browse files
authored
Merge pull request #986 from JuliaAI/default-logger-docstring
Fix `default_logger` docstring
2 parents 7254ee1 + 928a7d1 commit 9d78c6c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/resampling.jl

+4-5
Original file line numberDiff line numberDiff line change
@@ -772,8 +772,7 @@ tracking platforms, such as [MLflow](https://mlflow.org/docs/latest/index.html).
772772
773773
$DOC_DEFAULT_LOGGER
774774
775-
When MLJBase is first loaded, the default logger is `nothing`. To reset the logger, see
776-
below.
775+
When MLJBase is first loaded, the default logger is `nothing`.
777776
778777
"""
779778
default_logger() = DEFAULT_LOGGER[]
@@ -786,9 +785,9 @@ Reset the default logger.
786785
# Example
787786
788787
Suppose an [MLflow](https://mlflow.org/docs/latest/index.html) tracking service is running
789-
on a local server at `http://127.0.0.1:500`. Then every in every `evaluate` call in which
790-
`logger` is not specified, as in the example below, the peformance evaluation is
791-
automatically logged to the service.
788+
on a local server at `http://127.0.0.1:500`. Then in every `evaluate` call in which
789+
`logger` is not specified, the peformance evaluation is
790+
automatically logged to the service, as here:
792791
793792
```julia
794793
using MLJ

0 commit comments

Comments
 (0)