Skip to content

Commit 17c5bd8

Browse files
committed
grammar correction
1 parent 93f918a commit 17c5bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/django_idom/hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,6 @@ def postprocess_django_query(
281281
f"Django query postprocessor expected a Model or QuerySet, got {data!r}.\n"
282282
"One of the following may have occurred:\n"
283283
" - You are using a non-Django ORM.\n"
284-
" - You are attempting to use `use_query` to fetch a non-ORM data.\n\n"
284+
" - You are attempting to use `use_query` to fetch non-ORM data.\n\n"
285285
"If these situations seem correct, you may want to consider disabling the postprocessor via `QueryOptions`."
286286
)

0 commit comments

Comments
 (0)