summaryrefslogtreecommitdiffstats
path: root/Doc/libre.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-12-29 16:37:04 (GMT)
committerFred Drake <fdrake@acm.org>1997-12-29 16:37:04 (GMT)
commitf9951818a6ed46b64f3df3d8862caad6c0e5cca8 (patch)
tree445ab1bd1e538b66346c1ed9528c1a84d90b5455 /Doc/libre.tex
parent45c9df6636778cd7d58e90190302b4d1ca0bb8e3 (diff)
downloadcpython-f9951818a6ed46b64f3df3d8862caad6c0e5cca8.zip
cpython-f9951818a6ed46b64f3df3d8862caad6c0e5cca8.tar.gz
cpython-f9951818a6ed46b64f3df3d8862caad6c0e5cca8.tar.bz2
Normalized the \seetext markup to match the only other instance: should be
"\seetext{...}" instead of "\seetext ...".
Diffstat (limited to 'Doc/libre.tex')
-rw-r--r--Doc/libre.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/libre.tex b/Doc/libre.tex
index f9f4871..208f8d1 100644
--- a/Doc/libre.tex
+++ b/Doc/libre.tex
@@ -578,10 +578,10 @@ The string passed to \code{match()} or \code{search()}.
\end{datadesc}
\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
module, but it covers writing good regular expression patterns in
-great detail.
+great detail.}
\end{seealso}