diff --git a/python/python/lancedb/remote/table.py b/python/python/lancedb/remote/table.py index a82c52ed..c6a0078b 100644 --- a/python/python/lancedb/remote/table.py +++ b/python/python/lancedb/remote/table.py @@ -72,7 +72,7 @@ class RemoteTable(Table): return resp def index_stats(self, index_uuid: str): - """List all the stats of a specificied index""" + """List all the stats of a specified index""" resp = self._conn._client.post( f"/v1/table/{self._name}/index/{index_uuid}/stats/" )