Skip to content

Commit

Permalink
Update docs on request cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusWL committed May 20, 2021
1 parent 63eb6ff commit 20820c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES/5725.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fixed docs on request cookies type, so it matches what is actually used in the code (a
read-only dictionary-like object).
4 changes: 2 additions & 2 deletions docs/web_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ and :ref:`aiohttp-web-signals` handlers.

.. attribute:: cookies

A multidict of all request's cookies.
A read-only dictionary-like object containing the request's cookies.

Read-only :class:`~multidict.MultiDictProxy` lazy property.
Read-only property.

.. attribute:: content

Expand Down

0 comments on commit 20820c0

Please sign in to comment.