From 4eb8b673a6264e20dd282bfd15651c9264f1e84d Mon Sep 17 00:00:00 2001 From: AYou0207 Date: Sun, 14 Dec 2025 22:43:57 +0800 Subject: [PATCH] refine docs --- catalogue/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/catalogue/__init__.py b/catalogue/__init__.py index 32490bd..6fa2354 100644 --- a/catalogue/__init__.py +++ b/catalogue/__init__.py @@ -99,9 +99,8 @@ def get(self, name: str) -> Any: return _get(namespace) def get_all(self) -> Dict[str, Any]: - """Get a all functions for a given namespace. + """Get all functions for a given namespace. - namespace (Tuple[str]): The namespace to get. RETURNS (Dict[str, Any]): The functions, keyed by name. """ global REGISTRY