https://github.com/python/cpython/commit/8384279863479eaf67ae7fb4185969aaf9b5a3d6
commit: 8384279863479eaf67ae7fb4185969aaf9b5a3d6
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: kumaraditya303 <[email protected]>
date: 2024-12-13T15:07:46+05:30
summary:

[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 11ff3286b7e821bf439bc7caa0fa712e3bc3846a)

Co-authored-by: Viktor Kálmán <[email protected]>

files:
M Doc/library/http.cookies.rst

diff --git a/Doc/library/http.cookies.rst b/Doc/library/http.cookies.rst
index 4ce2e3c4f4cb42..ad37a0fca4742d 100644
--- a/Doc/library/http.cookies.rst
+++ b/Doc/library/http.cookies.rst
@@ -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).
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to