diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-29 16:37:04 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-29 16:37:04 (GMT) |
commit | f9951818a6ed46b64f3df3d8862caad6c0e5cca8 (patch) | |
tree | 445ab1bd1e538b66346c1ed9528c1a84d90b5455 /Doc/lib/libre.tex | |
parent | 45c9df6636778cd7d58e90190302b4d1ca0bb8e3 (diff) | |
download | cpython-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/lib/libre.tex')
-rw-r--r-- | Doc/lib/libre.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex index f9f4871..208f8d1 100644 --- a/Doc/lib/libre.tex +++ b/Doc/lib/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} |