Skip to content

Commit f99dc93

Browse files
committed
Edit docstring.
1 parent e48e785 commit f99dc93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_mongodb/compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ def project_field(column):
412412
if hasattr(column, "target"):
413413
# column is a Col.
414414
target = column.target.column
415-
# Handle Order by columns as refs columns.
415+
# Handle Order By columns as refs columns.
416416
elif isinstance(column, OrderBy) and isinstance(column.expression, Ref):
417417
target = column.expression.refs
418418
else:

0 commit comments

Comments
 (0)