diff --git a/tiledb/vfs.py b/tiledb/vfs.py index 3ed9e848c5..7a703fae06 100644 --- a/tiledb/vfs.py +++ b/tiledb/vfs.py @@ -188,9 +188,9 @@ def is_empty_bucket(self, uri: _AnyPath) -> bool: return self._is_empty_bucket(_to_path_str(uri)) def create_dir(self, uri: _AnyPath): - """Check if an object store bucket is empty. + """Create a directory at the specified input URI. - :param str uri: Input URI of the bucket + :param str uri: Input URI of the directory """ return self._create_dir(_to_path_str(uri))