mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Fix some markup nits.
This commit is contained in:
parent
6432f78215
commit
03e929e7e0
1 changed files with 5 additions and 3 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue