From 3857825767cbe6cbdad54d31997e28881f63989f Mon Sep 17 00:00:00 2001 From: Edward <43848523+thomashacker@users.noreply.github.com> Date: Wed, 8 Feb 2023 14:53:52 +0100 Subject: [PATCH] Update find description in spacy/util.py Co-authored-by: Raphael Mitsch --- spacy/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/util.py b/spacy/util.py index 1b5f5ecca..dc7a4efe0 100644 --- a/spacy/util.py +++ b/spacy/util.py @@ -147,7 +147,7 @@ class registry(thinc.registry): def find( cls, registry_name: str, func_name: str ) -> Dict[str, Optional[Union[str, int]]]: - """Find the information about a registered function, including the + """Find information about a registered function, including the module and path to the file it's defined in, the line number and the docstring, if available.