File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -196,8 +196,8 @@ \section{\LaTeX{} Primer \label{latex-primer}}
196196
197197 \subsection {Syntax }
198198
199- There are only a things that an author of Python documentation
200- needs to know about \LaTeX {} syntax.
199+ There are a things that an author of Python documentation needs to
200+ know about \LaTeX {} syntax.
201201
202202 A \dfn {comment} is started by the `` percent'' character
203203 (\character {\% }) and continues through the end of the line and all
@@ -235,7 +235,7 @@ \section{\LaTeX{} Primer \label{latex-primer}}
235235{text in a group}
236236\end {verbatim }
237237
238- An alternate syntax for a group using brackets (\code {\{ ...\} }) is
238+ An alternate syntax for a group using brackets (\code {[ ...] }) is
239239 used by macros and environment constructors which take optional
240240 parameters; brackets do not normally hold syntactic significance.
241241 A degenerate group, containing only one atomic bit of content,
@@ -326,7 +326,7 @@ \section{\LaTeX{} Primer \label{latex-primer}}
326326 parameter:
327327
328328\begin {verbatim }
329- \begin{datadesc}{datadesc}{ controlnames}
329+ \begin{datadesc}{controlnames}
330330 A 33-element string array that contains the \ASCII{} mnemonics for
331331 the thirty-two \ASCII{} control characters from 0 (NUL) to 0x1f
332332 (US), in order, plus the mnemonic \samp{SP} for the space character.
You can’t perform that action at this time.
0 commit comments