]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix some markup nits.
authorFred Drake <fdrake@acm.org>
Tue, 22 Apr 2003 14:30:53 +0000 (14:30 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 22 Apr 2003 14:30:53 +0000 (14:30 +0000)
Doc/tut/tut.tex

index b2275767566439c7faaaf3b4774b3c80a3ccaa90..f79a18366524b94aa23cbe218a4e8faeae548683 100644 (file)
@@ -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}