diff options
author | Fred Drake <fdrake@acm.org> | 2001-03-28 16:51:20 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-03-28 16:51:20 (GMT) |
commit | 2bbc6974d056e07dd32fdcd1882971e98cf1790d (patch) | |
tree | 8efc63d60f8c2540f231e66030b048920d04bc60 /Doc | |
parent | 1417144f33e70d1d58a620159ee7fb317e681dea (diff) | |
download | cpython-2bbc6974d056e07dd32fdcd1882971e98cf1790d.zip cpython-2bbc6974d056e07dd32fdcd1882971e98cf1790d.tar.gz cpython-2bbc6974d056e07dd32fdcd1882971e98cf1790d.tar.bz2 |
Fix a number of small issues; this closes SF bug #411063.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/doc/doc.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/doc/doc.tex b/Doc/doc/doc.tex index 1a3699c..215e370 100644 --- a/Doc/doc/doc.tex +++ b/Doc/doc/doc.tex @@ -196,8 +196,8 @@ distribution, to create or maintain whole documents or sections. \subsection{Syntax} - There are only a things that an author of Python documentation - needs to know about \LaTeX{} syntax. + There are a things that an author of Python documentation needs to + know about \LaTeX{} syntax. A \dfn{comment} is started by the ``percent'' character (\character{\%}) and continues through the end of the line and all @@ -235,7 +235,7 @@ Still more text. {text in a group} \end{verbatim} - An alternate syntax for a group using brackets (\code{\{...\}}) is + An alternate syntax for a group using brackets (\code{[...]}) is used by macros and environment constructors which take optional parameters; brackets do not normally hold syntactic significance. A degenerate group, containing only one atomic bit of content, @@ -326,7 +326,7 @@ This \UNIX\ is also followed by a space. parameter: \begin{verbatim} -\begin{datadesc}{datadesc}{controlnames} +\begin{datadesc}{controlnames} A 33-element string array that contains the \ASCII{} mnemonics for the thirty-two \ASCII{} control characters from 0 (NUL) to 0x1f (US), in order, plus the mnemonic \samp{SP} for the space character. |