remove BaseRequest and BaseResponse
This commit is contained in:
parent
fdba0d2526
commit
1936ca8a2e
5 changed files with 5 additions and 5 deletions
|
|
@ -113,7 +113,7 @@ class Response(ResponseBase):
|
|||
def max_cookie_size(self):
|
||||
"""Read-only view of the :data:`MAX_COOKIE_SIZE` config key.
|
||||
|
||||
See :attr:`~werkzeug.wrappers.BaseResponse.max_cookie_size` in
|
||||
See :attr:`~werkzeug.wrappers.Response.max_cookie_size` in
|
||||
Werkzeug's docs.
|
||||
"""
|
||||
if current_app:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue