Skip to content

Commit 71de2a7

Browse files
idoshrbagerard
andauthored
Update querying.rst
Co-authored-by: Bastien Gérard <[email protected]>
1 parent ee766bf commit 71de2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/querying.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ This is done by using ``__raw__`` keyword argument to the update method and prov
265265
{'$set': {"tags.$[element]": 'test11111'}},
266266
'array_filters': [{"element": {'$eq': 'test2'}}],
267267

268-
# 'tags' field == ['test1', 'test11111', 'test3']
268+
# updated 'tags' field == ['test1', 'test11111', 'test3']
269269

270270
)
271271

0 commit comments

Comments
 (0)