fix config example [ci skip]

This commit is contained in:
Sofie Van Landeghem 2020-08-31 17:40:04 +02:00 committed by GitHub
parent 3929431af1
commit 3ac620f09d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -632,7 +632,7 @@ tabular results to a file:
> ### config.cfg (excerpt)
> [training.logger]
> @loggers = "my_custom_logger.v1"
> file_path = "my_file.tab"
> log_path = "my_file.tab"
> ```
```python