mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
[3.13] link to the correct output method in documentation (GH-127857) (#127900)
link to the correct output method in documentation (GH-127857)
(cherry picked from commit 11ff3286b7
)
Co-authored-by: Viktor Kálmán <kviktor@users.noreply.github.com>
This commit is contained in:
parent
6023b3b01e
commit
8384279863
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