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 9081ea4 commit 793059eCopy full SHA for 793059e
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