Skip to content

Commit c30dd5d

Browse files
committed
update docstring
1 parent e808163 commit c30dd5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

debug_toolbar/panels/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,9 @@ async def aprocess_request(self, request):
203203
"""
204204
Asynchronous version of process_request.
205205
206-
Write panel logic related to async operations for async capable panels.
206+
Write panel logic related to async operations like awaiting response
207+
and perform logic over it when running in ASGI environment for async
208+
capable panels.
207209
208210
:param request: The current request as an ASGIRequest object.
209211

0 commit comments

Comments
 (0)