We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58942a0 commit 11ff328Copy full SHA for 11ff328
Doc/library/http.cookies.rst
@@ -98,7 +98,7 @@ Cookie Objects
98
.. method:: BaseCookie.output(attrs=None, header='Set-Cookie:', sep='\r\n')
99
100
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
+ *header* are sent to each :class:`Morsel`'s :meth:`~Morsel.output` method. *sep* is used
102
to join the headers together, and is by default the combination ``'\r\n'``
103
(CRLF).
104
0 commit comments