Skip to content

Commit

Permalink
update doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
irenedea committed Oct 23, 2024
1 parent 75a1d6d commit b0fbc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer/utils/file_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b0fbc14

Please sign in to comment.