We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1a9b8 commit da414e2Copy full SHA for da414e2
source/includes/write/update.py
@@ -31,7 +31,7 @@
31
}
32
33
result = restaurants.update_many(query_filter, update_operation,
34
- collation=Collation(locale='fr_CA'))
+ collation=Collation(locale='fr_CA'))
35
# end-update-many-collation
36
37
# start-update-options
0 commit comments