Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Co-authored-by: Isaiah Norton <[email protected]>
  • Loading branch information
kounelisagis and ihnorton authored Jan 22, 2025
1 parent 1a304f0 commit ceaa3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiledb/highlevel.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def vacuum(uri, config=None, ctx=None, timestamp=None):
This operation of this function is controlled by the `"sm.vacuum.mode"`
parameter, which accepts the values ``fragments``, ``fragment_meta``,
``array_meta``, and ``commits``. Rather than passing thetimestamp into
``array_meta``, and ``commits``. Rather than passing the timestamp into
this function, it may be set by using `"sm.vacuum.timestamp_start"`and
`"sm.vacuum.timestamp_end"` which takes in a time in UNIX seconds. If both
are set then this function's `timestamp` argument will be used.
Expand Down

0 comments on commit ceaa3aa

Please sign in to comment.