2121
2222\begin {abstract }
2323\noindent
24- The Python language documentation has a substantial body of
24+ The Python language has a substantial body of
2525documentation, much of it contributed by various authors. The markup
2626used for the Python documentation is based on \LaTeX {} and requires a
2727significant set of macros written specifically for documenting Python.
@@ -93,8 +93,8 @@ \section{Directory Structure}
9393 \begin {definitions }
9494 \term {Document Sources}
9595 The \LaTeX {} sources for each document are placed in a
96- separate directory. These directories are given short,
97- three-character names:
96+ separate directory. These directories are given short
97+ names which vaguely indicate the document in each :
9898
9999 \begin {tableii }{p{.75in}|p{3in}}{filenq}{Directory}{Document Title}
100100 \lineii {api/}
@@ -160,7 +160,7 @@ \section{\LaTeX{} Primer \label{latex-primer}}
160160 productively without having to become `` \TeX {}nicians.''
161161
162162 Perhaps the most important concept to keep in mind while marking up
163- Python documentation is the while \TeX {} is unstructured, \LaTeX {} was
163+ Python documentation is that while \TeX {} is unstructured, \LaTeX {} was
164164 designed as a layer on top of \TeX {} which specifically supports
165165 structured markup. The Python-specific markup is intended to extend
166166 the structure provided by standard \LaTeX {} document classes to
@@ -219,7 +219,7 @@ \section{Document Classes \label{classes}}
219219 originally using the LinuxDoc software. The original intent for the
220220 document class was that it serve a similar role as the LDP's HOWTO
221221 series, but the applicability of the class turns out to be somewhat
222- more broad . This class is used for `` how-to'' documents (this
222+ broader . This class is used for `` how-to'' documents (this
223223 document is an example) and for shorter reference manuals for small,
224224 fairly cohesive module libraries. Examples of the later use include
225225 the standard \citetitle [../mac/mac.html]{Macintosh Library Modules }
@@ -298,7 +298,7 @@ \section{Special Markup Constructs}
298298 Environment used to described a C function. The \var {type}
299299 should be specified as a \keyword {typedef} name, \code {struct
300300 \var {tag}}, or the name of a primitive type. If it is a pointer
301- type, the trailing asterisk should not be preceeded by a space.
301+ type, the trailing asterisk should not be preceded by a space.
302302 \var {name} should be the name of the function (or function-like
303303 pre-processor macro), and \var {args} should give the types and
304304 names of the parameters. The names need to be given so they may
@@ -319,7 +319,7 @@ \section{Special Markup Constructs}
319319 Description of a global C variable. \var {type} should be the
320320 \keyword {typedef} name, \code {struct \var {tag}}, or the name of
321321 a primitive type. If variable has a pointer type, the trailing
322- asterisk should \emph {not } be preceeded by a space.
322+ asterisk should \emph {not } be preceded by a space.
323323 \end {envdesc }
324324
325325 \begin {envdesc }{datadesc}{\p {name}}
0 commit comments