Skip to content

Commit 7d45c65

Browse files
[ci skip]
Update README Python [This list might not be relevant]
1 parent a7e7312 commit 7d45c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,12 +1154,12 @@ You can delete an object using its `objectID`:
11541154
index.delete_object("myID")
11551155
```
11561156

1157-
11581157
Delete by query
11591158
==================
11601159

11611160
You can delete all objects matching a single query with the following code. Internally, the API client performs the query, deletes all matching hits, and waits until the deletions have been applied.
11621161

1162+
11631163
```python
11641164
params = {}
11651165
index.delete_by_query("John", params)

0 commit comments

Comments
 (0)