Skip to content

Commit

Permalink
link to the correct output method in documentation (#127857)
Browse files Browse the repository at this point in the history
  • Loading branch information
kviktor authored Dec 13, 2024
1 parent 58942a0 commit 11ff328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/http.cookies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 11ff328

Please sign in to comment.