From 62184d8ccf473ee2b0eb73abb4f29817987bcbfe Mon Sep 17 00:00:00 2001 From: Mike <22396211+Dresdn@users.noreply.github.com> Date: Sat, 13 Aug 2022 10:07:54 -0700 Subject: [PATCH] docs: resolve docstring error --- eav/queryset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eav/queryset.py b/eav/queryset.py index 6a53e99..1b0d32d 100644 --- a/eav/queryset.py +++ b/eav/queryset.py @@ -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