Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2bbc697

Browse files
committed
Fix a number of small issues; this closes SF bug #411063.
1 parent 1417144 commit 2bbc697

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/doc/doc.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)