mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Normalized the \seetext markup to match the only other instance: should be
"\seetext{...}" instead of "\seetext ...".
This commit is contained in:
parent
45c9df6636
commit
f9951818a6
2 changed files with 4 additions and 4 deletions
|
@ -578,10 +578,10 @@ The string passed to \code{match()} or \code{search()}.
|
||||||
\end{datadesc}
|
\end{datadesc}
|
||||||
|
|
||||||
\begin{seealso}
|
\begin{seealso}
|
||||||
\seetext Jeffrey Friedl, \emph{Mastering Regular Expressions},
|
\seetext{Jeffrey Friedl, \emph{Mastering Regular Expressions},
|
||||||
O'Reilly. The Python material in this book dates from before the re
|
O'Reilly. The Python material in this book dates from before the re
|
||||||
module, but it covers writing good regular expression patterns in
|
module, but it covers writing good regular expression patterns in
|
||||||
great detail.
|
great detail.}
|
||||||
\end{seealso}
|
\end{seealso}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -578,10 +578,10 @@ The string passed to \code{match()} or \code{search()}.
|
||||||
\end{datadesc}
|
\end{datadesc}
|
||||||
|
|
||||||
\begin{seealso}
|
\begin{seealso}
|
||||||
\seetext Jeffrey Friedl, \emph{Mastering Regular Expressions},
|
\seetext{Jeffrey Friedl, \emph{Mastering Regular Expressions},
|
||||||
O'Reilly. The Python material in this book dates from before the re
|
O'Reilly. The Python material in this book dates from before the re
|
||||||
module, but it covers writing good regular expression patterns in
|
module, but it covers writing good regular expression patterns in
|
||||||
great detail.
|
great detail.}
|
||||||
\end{seealso}
|
\end{seealso}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue