docs: resolve docstring error

This commit is contained in:
Mike 2022-08-13 10:07:54 -07:00
parent 9cb71074ec
commit 62184d8ccf

View file

@ -71,7 +71,7 @@ def rewrite_q_expr(model_cls, expr):
single row in a eav_values table cannot be both in two disjoint sets at
the same time (and the whole point of using AND, usually, is two have
two different sets). Therefore, we must paritially rewrite the
expression so that the generated SQL is valid::
expression so that the generated SQL is valid.
IGNORE:
OR