mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
mass changes; fix titles; add examples; correct typos; clarifications;
unified style; etc.
This commit is contained in:
parent
7760cdea81
commit
470be14c8a
131 changed files with 1960 additions and 1114 deletions
|
@ -7,7 +7,7 @@
|
|||
% \section{} generates the section header,
|
||||
% \bimodindex{} or \stmodundex{} generates an index entry for this module
|
||||
|
||||
\section{Built-in module \sectcode{spam}} % If implemented in C
|
||||
\section{Built-in Module \sectcode{spam}} % If implemented in C
|
||||
\bimodindex[spam}
|
||||
|
||||
\section{Standard module \sectcode{spam}} % If implemented in Python
|
||||
|
@ -110,7 +110,7 @@ Example:
|
|||
% separate subsection. It is important to redefine ``indexsubitem''
|
||||
% for each subsection.
|
||||
|
||||
\subsection{Spam methods}
|
||||
\subsection{Spam Objects}
|
||||
|
||||
Spam objects (returned by \code{open()} above) have the following
|
||||
methods.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue