summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcookie.tex
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-08-25 12:51:16 (GMT)
committerGeorg Brandl <georg@python.org>2005-08-25 12:51:16 (GMT)
commit36be8be7f5e5965dcd73ee65064435e8e13f71e9 (patch)
tree5f8bbbc05ac741bd878c506337ad03bd78b554c2 /Doc/lib/libcookie.tex
parent8b59514e5799fc41e84afeef0892219d9aa3e872 (diff)
downloadcpython-36be8be7f5e5965dcd73ee65064435e8e13f71e9.zip
cpython-36be8be7f5e5965dcd73ee65064435e8e13f71e9.tar.gz
cpython-36be8be7f5e5965dcd73ee65064435e8e13f71e9.tar.bz2
Once upon a time, I used to know TeX...
Diffstat (limited to 'Doc/lib/libcookie.tex')
-rw-r--r--Doc/lib/libcookie.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libcookie.tex b/Doc/lib/libcookie.tex
index 39b9cb4..756ba1e 100644
--- a/Doc/lib/libcookie.tex
+++ b/Doc/lib/libcookie.tex
@@ -98,9 +98,9 @@ In general, it should be the case that \method{value_encode()} and
Return a string representation suitable to be sent as HTTP headers.
\var{attrs} and \var{header} are sent to each \class{Morsel}'s
\method{output()} method. \var{sep} is used to join the headers
-together, and is by default the combination '\r\n' (CRLF).
-\versionchanged[The default separator has been changed from '\n' to match the cookie
-specification]{2.5}
+together, and is by default the combination \code{'\e r\e n'} (CRLF).
+\versionchanged[The default separator has been changed from \code{'\e n'}
+to match the cookie specification]{2.5}
\end{methoddesc}
\begin{methoddesc}[BaseCookie]{js_output}{\optional{attrs}}