From: Georg Brandl Date: Mon, 18 Jul 2005 08:04:17 +0000 (+0000) Subject: bug [ 850238 ] unclear documentation/missing command? X-Git-Tag: v2.5a0~1578 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=298225245242f00989032acc5e015a7dbabe83d8;p=thirdparty%2FPython%2Fcpython.git bug [ 850238 ] unclear documentation/missing command? --- diff --git a/Doc/doc/doc.tex b/Doc/doc/doc.tex index ebebd91cafc7..e4b91aca245e 100644 --- a/Doc/doc/doc.tex +++ b/Doc/doc/doc.tex @@ -1134,9 +1134,9 @@ verbatim \subsection{Module-specific Markup \label{module-markup}} The markup described in this section is used to provide information - about a module being documented. A typical use of this markup - appears at the top of the section used to document a module. A - typical example might look like this: + about a module being documented. Each module should be documented + in its own \macro{section}. A typical use of this markup + appears at the top of that section and might look like this: \begin{verbatim} \section{\module{spam} ---