From: Fred Drake Date: Mon, 29 Dec 1997 16:37:04 +0000 (+0000) Subject: Normalized the \seetext markup to match the only other instance: should be X-Git-Tag: v1.5~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9951818a6ed46b64f3df3d8862caad6c0e5cca8;p=thirdparty%2FPython%2Fcpython.git Normalized the \seetext markup to match the only other instance: should be "\seetext{...}" instead of "\seetext ...". --- diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex index f9f4871e6195..208f8d13af93 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} diff --git a/Doc/libre.tex b/Doc/libre.tex index f9f4871e6195..208f8d13af93 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}