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__(