Use \citetitle in one place.

This commit is contained in:
Fred Drake 1999-11-09 20:10:01 +00:00
parent 268df27c9a
commit 356d0ceb7e
3 changed files with 3 additions and 3 deletions

View file

@ -686,7 +686,7 @@ The string passed to \function{match()} or \function{search()}.
\end{memberdesc}
\begin{seealso}
\seetext{Jeffrey Friedl, \emph{Mastering Regular Expressions},
\seetext{Jeffrey Friedl, \citetitle{Mastering Regular Expressions},
O'Reilly. The Python material in this book dates from before the
\module{re} module, but it covers writing good regular expression
patterns in great detail.}