diff --git a/python/python/lancedb/table.py b/python/python/lancedb/table.py index a752deaa..fce9c262 100644 --- a/python/python/lancedb/table.py +++ b/python/python/lancedb/table.py @@ -2683,7 +2683,7 @@ class AsyncTable: self.close() def is_open(self) -> bool: - """Return True if the table is closed.""" + """Return True if the table is open.""" return self._inner.is_open() def close(self):