Skip to content

Commit ec40c7d

Browse files
WaVEVtimgraham
andcommitted
Update django_mongodb_backend/functions.py
Co-authored-by: Tim Graham <[email protected]>
1 parent e202054 commit ec40c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_mongodb_backend/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def func(self, compiler, connection, as_path=False):
117117

118118

119119
def func_path(self, compiler, connection): # noqa: ARG001
120-
raise NotSupportedError(f"{self} May need an as_mql_path() method.")
120+
raise NotSupportedError(f"{self} may need an as_mql_path() method.")
121121

122122

123123
def func_expr(self, compiler, connection):

0 commit comments

Comments
 (0)