This commit is contained in:
thomashacker 2023-02-03 18:33:25 +01:00
parent fb89eb898e
commit 949c9e8ac0

View File

@ -151,7 +151,7 @@ class registry(thinc.registry):
module and path to the file it's defined in, the line number and the module and path to the file it's defined in, the line number and the
docstring, if available. 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. func_name (str): Name of the registered function.
RETURNS (Dict[str, Optional[Union[str, int]]]): The function info. RETURNS (Dict[str, Optional[Union[str, int]]]): The function info.
""" """