Skip to content

Commit fcff16c

Browse files
authored
minor typo
1 parent d5e63d2 commit fcff16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework/filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def filter_queryset(self, request, queryset, view):
222222
# Filtering against a many-to-many field requires us to
223223
# call queryset.distinct() in order to avoid duplicate items
224224
# in the resulting queryset.
225-
# We try to avoid this is possible, for performance reasons.
225+
# We try to avoid this if possible, for performance reasons.
226226
queryset = distinct(queryset, base)
227227
return queryset
228228

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy