summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/db/models/query_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/models/query_utils.py b/django/db/models/query_utils.py
index b25b408230..195e8f4c40 100644
--- a/django/db/models/query_utils.py
+++ b/django/db/models/query_utils.py
@@ -45,7 +45,7 @@ class QueryWrapper(object):
class Q(tree.Node):
"""
Encapsulates filters as objects that can then be combined logically (using
- & and |).
+ `&` and `|`).
"""
# Connection types
AND = 'AND'