From 92a8ad8fa78d297ae1250f2b35ac6e7451de4f91 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Wed, 7 Jun 2023 11:41:26 +0200 Subject: [PATCH] Update spacy/pipeline/span_finder.py Co-authored-by: Sofie Van Landeghem --- spacy/pipeline/span_finder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/pipeline/span_finder.py b/spacy/pipeline/span_finder.py index 74bc49382..34a1ba385 100644 --- a/spacy/pipeline/span_finder.py +++ b/spacy/pipeline/span_finder.py @@ -128,7 +128,7 @@ def _char_indices(span: Span) -> Tuple[int, int]: class SpanFinder(TrainablePipe): """Pipeline that learns span boundaries. - DOCS: https://spacy.io/api/spancategorizer + DOCS: https://spacy.io/api/spanfinder """ def __init__(