Skip to content

Commit 793059e

Browse files
[3.12] link to the correct output method in documentation (GH-127857) (#127901)
link to the correct output method in documentation (GH-127857) (cherry picked from commit 11ff328) Co-authored-by: Viktor Kálmán <kviktor@users.noreply.github.com>
1 parent 9081ea4 commit 793059e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/http.cookies.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Cookie Objects
9898
.. method:: BaseCookie.output(attrs=None, header='Set-Cookie:', sep='\r\n')
9999

100100
Return a string representation suitable to be sent as HTTP headers. *attrs* and
101-
*header* are sent to each :class:`Morsel`'s :meth:`output` method. *sep* is used
101+
*header* are sent to each :class:`Morsel`'s :meth:`~Morsel.output` method. *sep* is used
102102
to join the headers together, and is by default the combination ``'\r\n'``
103103
(CRLF).
104104

0 commit comments

Comments
 (0)