diff --git a/tiledb/profile.py b/tiledb/profile.py index 153d54b202..16ffc9aa96 100644 --- a/tiledb/profile.py +++ b/tiledb/profile.py @@ -85,7 +85,7 @@ def save(self, overwrite: bool = False): else: if overwrite: raise lt.TileDBError( - "The 'overwrite' parameter is only supported in TileDB 2.30.0 and later" + "The 'overwrite' parameter is only supported in TileDB-Py 0.36.0 and later." ) self._save()