Skip to content

Commit

Permalink
forgot to uppercase the d in delete
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcruse-syn committed Aug 29, 2022
1 parent 3cd865a commit 6b63e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ result = self.adapter.update(query={'test_id': data['test_id']}, data=data, upda
# - replace (replace the entire list)
```

### Mongo delete
### Mongo Delete

```python
self.adapter.delete(query={'test_id': data['test_id']})
Expand Down

0 comments on commit 6b63e07

Please sign in to comment.