Skip to content

Commit

Permalink
chore: improve documentation (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinuax authored Oct 5, 2024
1 parent 3dc6a95 commit 9c9a708
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ queries:
<https://docs.python.org/3/reference/expressions.html#operator-precedence>`_
for details.

You can compose queries dynamically by using the no-op query ``Query().noop()``.

Recap
.....

Expand Down Expand Up @@ -322,7 +324,7 @@ In order to perform multiple update operations at once, you can use the
... ({'int': 4}, where('char') == 'b'),
... ])

You also can use mix normal updates with update operations:
You also can mix normal updates with update operations:

>>> db.update_multiple([
... ({'int': 2}, where('char') == 'a'),
Expand Down

0 comments on commit 9c9a708

Please sign in to comment.