File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ def is_ready():
118118 timeout -= 5
119119 if timeout and timeout < 0 :
120120 raise (TimeoutError (
121- 'Index didnt ready in time. Please call the describe_index API ({}) to confirm index status.' .format (
121+ 'Please call the describe_index API ({}) to confirm index status.' .format (
122122 'https://www.pinecone.io/docs/api/operation/describe_index/' )))
123123
124124
@@ -149,7 +149,7 @@ def get_remaining():
149149 timeout -= 5
150150 if timeout and timeout < 0 :
151151 raise (TimeoutError (
152- 'Index didnt get delete in time. Please call the list_indexes API ({}) to confirm if index is still active ' .format (
152+ 'Please call the list_indexes API ({}) to confirm if index is deleted ' .format (
153153 'https://www.pinecone.io/docs/api/operation/list_indexes/' )))
154154
155155
You can’t perform that action at this time.
0 commit comments