Skip to content

Commit 8ccbb1c

Browse files
Fix typo in API doc for create_bucket (#2101)
1 parent 34575ef commit 8ccbb1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tiledb/vfs.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,9 @@ def is_empty_bucket(self, uri: _AnyPath) -> bool:
188188
return self._is_empty_bucket(_to_path_str(uri))
189189

190190
def create_dir(self, uri: _AnyPath):
191-
"""Check if an object store bucket is empty.
191+
"""Create a directory at the specified input URI.
192192
193-
:param str uri: Input URI of the bucket
193+
:param str uri: Input URI of the directory
194194
195195
"""
196196
return self._create_dir(_to_path_str(uri))

0 commit comments

Comments
 (0)