Skip to content

Commit b02ecca

Browse files
committed
remove status_code from quart.py docstring
1 parent c4d1a53 commit b02ecca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aikido_zen/sources/quart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def patch(m):
3939
"""
4040
patching module quart.app
4141
- patches Quart.asgi_app (handles internal asgi middleware)
42-
- patches Quart.handle_request (Stores body/cookies, checks status code)
42+
- patches Quart.handle_request (Stores body/cookies)
4343
"""
4444
patch_function(m, "Quart.asgi_app", _asgi_app)
4545
patch_function(m, "Quart.handle_request", _handle_request_before)

0 commit comments

Comments
 (0)