mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
New section header style.
Fix up a few synopses.
This commit is contained in:
parent
62e436955b
commit
295da24eaf
126 changed files with 364 additions and 209 deletions
|
|
@ -1,7 +1,7 @@
|
|||
% Contributed by Skip Montanaro, from the module's doc strings.
|
||||
|
||||
\section{Built-in Module \module{operator}}
|
||||
\section{\module{operator} ---
|
||||
Standard operators as functions.}
|
||||
\declaremodule{builtin}{operator}
|
||||
\sectionauthor{Skip Montanaro}{skip@automatrix.com}
|
||||
|
||||
\modulesynopsis{All Python's standard operators as built-in functions.}
|
||||
|
||||
|
|
@ -90,7 +90,7 @@ Return the outcome of \keyword{not} \var{o}.
|
|||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{truth}{o}
|
||||
Return 1 if \var{o} is true, and 0 otherwise.
|
||||
Return \code{1} if \var{o} is true, and 0 otherwise.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{concat}{a, b}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue