Skip to content

Commit e9e06b9

Browse files
committed
Fix typo, empy -> empty
Found via `codespell -H`
1 parent 133e18e commit e9e06b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/collection_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
# Deleting documents matching a filter query
137137
print(client.collections['books'].documents.delete({'filter_by': 'ratings_count: 4780653'}))
138138

139-
# Try importing empy list
139+
# Try importing empty list
140140
try:
141141
import_results = client.collections['books'].documents.import_([], {"action": "upsert"})
142142
print(import_results)

0 commit comments

Comments
 (0)