Skip to content

Commit 2787e0d

Browse files
Jibolatimgraham
authored andcommitted
Fix typo in BinaryConverter docstring
1 parent 43ca475 commit 2787e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_mongodb_backend/query_conversion/expression_converters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class BinaryConverter(BaseConverter):
2727
{"$gt": ["$price", 100]}
2828
}
2929
is converted to:
30-
{"$gt": ["price", 100]}
30+
{"price": {"$gt": 100}}
3131
"""
3232

3333
operator: str

0 commit comments

Comments
 (0)