summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-03-09 13:57:28 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-03-09 13:57:28 (GMT)
commitd0fcc0256bdd904a09841d11eb28308f327ac5c4 (patch)
treec23de2f41eb4510d6e4b8f96bc79bb699416a0c6 /Doc
parente362d9336704f80493875e6ad665fc554a903049 (diff)
downloadcpython-d0fcc0256bdd904a09841d11eb28308f327ac5c4.zip
cpython-d0fcc0256bdd904a09841d11eb28308f327ac5c4.tar.gz
cpython-d0fcc0256bdd904a09841d11eb28308f327ac5c4.tar.bz2
Markup fix
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/whatsnew25.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex
index 8645e32..3d048fd 100644
--- a/Doc/whatsnew/whatsnew25.tex
+++ b/Doc/whatsnew/whatsnew25.tex
@@ -75,7 +75,7 @@ contents = ((doc + '\n') if doc else '')
\end{verbatim}
I read the above statement as meaning ``here \var{contents} is
-usually assigned a value of \code{doc+'\n'}; sometimes
+usually assigned a value of \code{doc+'\e n'}; sometimes
\var{doc} is empty, in which special case an empty string is returned.''
I doubt I will use conditional expressions very often where there
isn't a clear common and uncommon case.