From 03e929e7e010027917e6dc2716c364313d4833ce Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 22 Apr 2003 14:30:53 +0000 Subject: Fix some markup nits. --- Doc/tut/tut.tex | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index b227576..f79a183 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -1819,9 +1819,11 @@ item, then to the result and the next item, and so on. For example, 0 \end{verbatim} -Don't use this example's definition of \code{sum}: since summing numbers -is such a common need, a built-in function \code{sum(\var{sequence})} is -already provided, and works exactly like this\versionadded{2,3}. +Don't use this example's definition of \function{sum()}: since summing +numbers is such a common need, a built-in function +\code{sum(\var{sequence})} is already provided, and works exactly like +this. +\versionadded{2.3} \subsection{List Comprehensions} -- cgit v0.12