Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite9e06b9

Browse files
committed
Fix typo, empy -> empty
Found via `codespell -H`
1 parent133e18e commite9e06b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎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 importingempy list
139+
# Try importingempty list
140140
try:
141141
import_results=client.collections['books'].documents.import_([], {"action":"upsert"})
142142
print(import_results)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp