diff --git a/website/docs/api/cli.mdx b/website/docs/api/cli.mdx index a18f243d4..34d2b1964 100644 --- a/website/docs/api/cli.mdx +++ b/website/docs/api/cli.mdx @@ -260,16 +260,11 @@ functions, as used in the config file, are defined. $ python -m spacy find-function [func_name] [--registry] ``` -> #### Examples +> #### Example > > ```bash > $ python -m spacy find-function spacy.TextCatBOW.v1 > ``` -> -> ```bash -> # -> $ python -m spacy find-function spacy.TextCatBOW.v2 -r 'architectures' -> ``` | Name | Description | | ------------------ | ----------------------------------------------------- |