Small fix

This commit is contained in:
Sofie Van Landeghem 2024-04-11 16:23:27 +02:00 committed by GitHub
parent 6bde568047
commit 28e063dda6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1717,7 +1717,7 @@ as the final pipeline. The `--code` argument can be used to provide a Python
file that's imported before the training process starts. This lets you register
[custom functions](/usage/training#custom-functions) and architectures and refer
to them in your config, all while still using spaCy's built-in `train` workflow.
If you need to manage complex multi-step training workflows, check out the
If you need to manage complex multi-step training workflows, check out
[Weasel](https://github.com/explosion/weasel).
> #### Example