From 7ff3ac1f36ced10367a11e40e41b59b32c4f37ed Mon Sep 17 00:00:00 2001 From: svlandeg Date: Wed, 26 Jul 2023 17:20:23 +0200 Subject: [PATCH] clean up example --- website/docs/api/cli.mdx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 | | ------------------ | ----------------------------------------------------- |