mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
link to the correct output method in documentation (#127857)
This commit is contained in:
parent
58942a07df
commit
11ff3286b7
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ Cookie Objects
|
|||
.. method:: BaseCookie.output(attrs=None, header='Set-Cookie:', sep='\r\n')
|
||||
|
||||
Return a string representation suitable to be sent as HTTP headers. *attrs* and
|
||||
*header* are sent to each :class:`Morsel`'s :meth:`output` method. *sep* is used
|
||||
*header* are sent to each :class:`Morsel`'s :meth:`~Morsel.output` method. *sep* is used
|
||||
to join the headers together, and is by default the combination ``'\r\n'``
|
||||
(CRLF).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue