From 949c9e8ac0871180ca53c54ee2af10e97147dde9 Mon Sep 17 00:00:00 2001 From: thomashacker Date: Fri, 3 Feb 2023 18:33:25 +0100 Subject: [PATCH] add dot --- spacy/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/util.py b/spacy/util.py index 89e8eac9a..1b5f5ecca 100644 --- a/spacy/util.py +++ b/spacy/util.py @@ -151,7 +151,7 @@ class registry(thinc.registry): module and path to the file it's defined in, the line number and the docstring, if available. - registry_name (str): Name of the catalogue registry + registry_name (str): Name of the catalogue registry. func_name (str): Name of the registered function. RETURNS (Dict[str, Optional[Union[str, int]]]): The function info. """