Skip to content

Commit d165650

Browse files
committed
docstring clarity
1 parent 49e6c95 commit d165650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactpy_django/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def django_query_postprocessor(
334334
"One of the following may have occurred:\n"
335335
" - You are using a non-Django ORM.\n"
336336
" - You are attempting to use `use_query` to fetch non-ORM data.\n\n"
337-
"If these situations seem correct, you may want to consider disabling the postprocessor."
337+
"If these situations apply, you may want to disable the postprocessor."
338338
)
339339

340340
return data

0 commit comments

Comments
 (0)