Skip to content

Commit

Permalink
Doc: "value" is arg not kwarg in HttpResponse.set_signed_cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanboniface committed Mar 24, 2013
1 parent bc35b95 commit c5b2414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/request-response.txt
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ Methods

.. _HTTPOnly: https://www.owasp.org/index.php/HTTPOnly

.. method:: HttpResponse.set_signed_cookie(key, value='', salt='', max_age=None, expires=None, path='/', domain=None, secure=None, httponly=True)
.. method:: HttpResponse.set_signed_cookie(key, value, salt='', max_age=None, expires=None, path='/', domain=None, secure=None, httponly=True)

Like :meth:`~HttpResponse.set_cookie()`, but
:doc:`cryptographic signing </topics/signing>` the cookie before setting
Expand Down

0 comments on commit c5b2414

Please sign in to comment.