Skip to content

Commit a2afec8

Browse files
committed
small change
1 parent c64a5ec commit a2afec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pinecone/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def update(self, id, **kwargs):
131131
@validate_and_convert_errors
132132
def describe_index_stats(self, *args, **kwargs):
133133
_check_type = kwargs.pop('_check_type', False)
134-
return self._vector_api.describe_index_stats1(
134+
return self._vector_api.describe_index_stats(
135135
DescribeIndexStatsRequest(
136136
*args,
137137
**{k: v for k, v in kwargs.items() if k not in _OPENAPI_ENDPOINT_PARAMS},

0 commit comments

Comments
 (0)