\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
{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,
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.