]> granicus.if.org Git - python/commitdiff
Markup fix
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 9 Mar 2006 13:57:28 +0000 (13:57 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 9 Mar 2006 13:57:28 +0000 (13:57 +0000)
Doc/whatsnew/whatsnew25.tex

index 8645e326ec0f7e74788193825ddc6f0d864c310c..3d048fdc3c90cf5659f5fc2331a39103c3d9d461 100644 (file)
@@ -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+'\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.