From 767f6f516afde820101b2f4e6ad1625e3b12e017 Mon Sep 17 00:00:00 2001 From: Rasmus Wriedt Larsen Date: Tue, 25 May 2021 13:52:09 +0200 Subject: [PATCH] Add docs reference for request.cookies type --- docs/web_reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web_reference.rst b/docs/web_reference.rst index 5aaeb45c8d6..8f4f1d2696e 100644 --- a/docs/web_reference.rst +++ b/docs/web_reference.rst @@ -221,7 +221,7 @@ and :ref:`aiohttp-web-signals` handlers. A read-only dictionary-like object containing the request's cookies. - Read-only property. + Read-only :class:`~types.MappingProxyType` property. .. attribute:: content