#2211: Fix typo, address missed review comment.

This commit is contained in:
R David Murray 2015-03-30 11:48:50 -04:00
parent c156e51668
commit ba6ea9b237
2 changed files with 8 additions and 2 deletions

View file

@ -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