diff --git a/docs/usage.rst b/docs/usage.rst index 95604cd7..22f9ec75 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -201,6 +201,8 @@ queries: `_ for details. + You can compose queries dynamically by using the no-op query ``Query().noop()``. + Recap ..... @@ -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'),