mirror of
https://github.com/python/cpython.git
synced 2025-08-19 00:00:48 +00:00
#2211: Fix typo, address missed review comment.
This commit is contained in:
parent
c156e51668
commit
ba6ea9b237
2 changed files with 8 additions and 2 deletions
|
@ -228,6 +228,12 @@ Morsel Objects
|
|||
return a Morsel object instead of a dict.
|
||||
|
||||
|
||||
.. method:: Morsel.setdefault(key, value=None)
|
||||
|
||||
Raise an error if key is not a valid :rfc:`2109` attribute, otherwise
|
||||
behave the same as :meth:`dict.setdefault`.
|
||||
|
||||
|
||||
.. _cookie-example:
|
||||
|
||||
Example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue