From b0fbc14764ffe1263f7746161206ada018b4e3a3 Mon Sep 17 00:00:00 2001 From: Irene Dea Date: Wed, 23 Oct 2024 18:22:08 +0000 Subject: [PATCH] update doc string --- composer/utils/file_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer/utils/file_helpers.py b/composer/utils/file_helpers.py index 239a952044..0fc0ff4c73 100644 --- a/composer/utils/file_helpers.py +++ b/composer/utils/file_helpers.py @@ -415,7 +415,7 @@ def maybe_create_object_store_from_uri(uri: str) -> Optional[ObjectStore]: """Automatically creates an ObjectStore from supported URI formats. Args: - uri (str): The path to (maybe) create an ObjectStore from. + uri (str): The path to (maybe) create an :class:`composer.utils.ObjectStore` from. Raises: NotImplementedError: Raises when the URI format is not supported.