From: Andrew M. Kuchling Date: Thu, 9 Mar 2006 13:57:28 +0000 (+0000) Subject: Markup fix X-Git-Tag: v2.5a0~300 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0fcc0256bdd904a09841d11eb28308f327ac5c4;p=python Markup fix --- diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index 8645e326ec..3d048fdc3c 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.