summaryrefslogtreecommitdiffstats
path: root/Doc/library/http.cookies.rst
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2021-01-25 14:46:06 (GMT)
committerGitHub <noreply@github.com>2021-01-25 14:46:06 (GMT)
commit5c1f15b4b1024cbf0acc85832f0c623d1a4605fd (patch)
tree557ba61e17c68c0e830ec6577e19b9d224f8572a /Doc/library/http.cookies.rst
parent483359174e92489e13959977824806734f1a8cdd (diff)
downloadcpython-5c1f15b4b1024cbf0acc85832f0c623d1a4605fd.zip
cpython-5c1f15b4b1024cbf0acc85832f0c623d1a4605fd.tar.gz
cpython-5c1f15b4b1024cbf0acc85832f0c623d1a4605fd.tar.bz2
bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282)
Diffstat (limited to 'Doc/library/http.cookies.rst')
-rw-r--r--Doc/library/http.cookies.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/http.cookies.rst b/Doc/library/http.cookies.rst
index a2c1eb0..17792b2 100644
--- a/Doc/library/http.cookies.rst
+++ b/Doc/library/http.cookies.rst
@@ -93,7 +93,7 @@ Cookie Objects
:meth:`value_decode` are inverses on the range of *value_decode*.
-.. method:: BaseCookie.output(attrs=None, header='Set-Cookie:', sep='\r\n')
+.. 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