mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Change \sectcode to logical markup.
This commit is contained in:
parent
fc57619811
commit
e7957184d2
4 changed files with 12 additions and 12 deletions
|
@ -923,7 +923,7 @@ makes this particularly convenient:
|
|||
['defenestrate', 'cat', 'window', 'defenestrate']
|
||||
\end{verbatim}
|
||||
|
||||
\section{The \sectcode{range()} Function}
|
||||
\section{The \function{range()} Function}
|
||||
\label{range}
|
||||
|
||||
If you do need to iterate over a sequence of numbers, the built-in
|
||||
|
@ -1470,7 +1470,7 @@ item, then to the result and the next item, and so on. For example,
|
|||
0
|
||||
\end{verbatim}
|
||||
|
||||
\section{The \sectcode{del} statement}
|
||||
\section{The \keyword{del} statement}
|
||||
\label{del}
|
||||
|
||||
There is a way to remove an item from a list given its index instead
|
||||
|
@ -1935,7 +1935,7 @@ is not set. You can modify it using standard list operations, e.g.:
|
|||
>>> sys.path.append('/ufs/guido/lib/python')
|
||||
\end{verbatim}
|
||||
|
||||
\section{The \sectcode{dir()} Function}
|
||||
\section{The \function{dir()} Function}
|
||||
\label{dir}
|
||||
|
||||
The built-in function \function{dir()} is used to find out which names
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue