[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:
Miss Islington (bot) 2024-12-13 10:37:46 +01:00 committed by GitHub
parent 6023b3b01e
commit 8384279863
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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