mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-03 18:32:55 +00:00
docs: fixes is_open docstring on AsyncTable (#2150)
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user