punctuation

Authored by: bashonly
This commit is contained in:
bashonly 2024-05-04 11:33:05 -05:00
parent ff84e9ec24
commit 62c8c39b64
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ class Response(io.IOBase):
@param headers: response headers.
@param status: Response HTTP status code. Default is 200 OK.
@param reason: HTTP status reason. Will use built-in reasons based on status code if not provided.
@param extensions: Dictionary of handler-specific response extensions
@param extensions: Dictionary of handler-specific response extensions.
"""
def __init__(