mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
AMK's megapatch:
* \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
This commit is contained in:
parent
3c2a056fdd
commit
e47da0ae04
196 changed files with 1068 additions and 859 deletions
|
@ -96,13 +96,13 @@ failure.
|
|||
|
||||
Example:
|
||||
|
||||
\begin{verbatim}
|
||||
\bcode\begin{verbatim}
|
||||
>>> import spam
|
||||
>>> can = spam.open('/etc/passwd')
|
||||
>>> can.empty()
|
||||
>>> can.close()
|
||||
\end{verbatim}
|
||||
|
||||
\end{verbatim}\ecode
|
||||
%
|
||||
% ==== 5. ====
|
||||
% If your module defines new object types (for a built-in module) or
|
||||
% classes (for a module written in Python), you should list the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue