Skip to content

Commit 507aa65

Browse files
committed
Fix doc string for consolidate
1 parent 4f9e31e commit 507aa65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tiledb/libtiledb.pyx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4352,8 +4352,8 @@ cdef class Array(object):
43524352
:param tiledb.Config config: The TileDB Config with consolidation parameters set
43534353
:param key: (default None) encryption key to decrypt an encrypted array
43544354
:type key: str or bytes
4355-
:param timestamp: (default None) If not None, vacuum the array using the
4356-
given tuple(int, int) UNIX seconds range (inclusive)
4355+
:param timestamp: (default None) If not None, consolidate the array using the
4356+
given tuple(int, int) UNIX seconds range (inclusive)
43574357
:type timestamp: tuple (int, int)
43584358
:raises: :py:exc:`tiledb.TileDBError`
43594359
@@ -5629,8 +5629,8 @@ def consolidate(uri, key=None, Config config=None, Ctx ctx=None, timestamp=None)
56295629
:param str key: (default None) Key to decrypt array if the array is encrypted
56305630
:param tiledb.Config config: The TileDB Config with consolidation parameters set
56315631
:param tiledb.Ctx ctx: (default None) The TileDB Context
5632-
:param timestamp: (default None) If not None, vacuum the array using the given
5633-
tuple(int, int) UNIX seconds range (inclusive)
5632+
:param timestamp: (default None) If not None, consolidate the array using the given
5633+
tuple(int, int) UNIX seconds range (inclusive)
56345634
:rtype: str or bytes
56355635
:return: path (URI) to the consolidated TileDB Array
56365636
:raises TypeError: cannot convert path to unicode string

0 commit comments

Comments
 (0)