In description of the group() method, fix markup of "\(" and "\)" literals;

"\code{\\(}" produces "(" in the .dvi file and "<BR> (" in the latex2html
output (the font was right).  Changed to "\code{{\e}(}" variation, which
fixes both.  Breaks the .texi file generation again.  Oh well.
This commit is contained in:
Fred Drake 1998-01-02 02:50:13 +00:00
parent 9d98c91b99
commit 875c807c92
2 changed files with 2 additions and 2 deletions

View File

@ -305,7 +305,7 @@ result is a tuple with one item per argument. If the \var{index} is
zero, the corresponding return value is the entire matching string; if zero, the corresponding return value is the entire matching string; if
it is in the inclusive range [1..99], it is the string matching the it is in the inclusive range [1..99], it is the string matching the
the corresponding parenthesized group (using the default syntax, the corresponding parenthesized group (using the default syntax,
groups are parenthesized using \code{\\(} and \code{\\)}). If no groups are parenthesized using \code{{\e}(} and \code{{\e})}). If no
such group exists, the corresponding result is \code{None}. such group exists, the corresponding result is \code{None}.
If the regular expression was compiled by \code{symcomp} instead of If the regular expression was compiled by \code{symcomp} instead of

View File

@ -305,7 +305,7 @@ result is a tuple with one item per argument. If the \var{index} is
zero, the corresponding return value is the entire matching string; if zero, the corresponding return value is the entire matching string; if
it is in the inclusive range [1..99], it is the string matching the it is in the inclusive range [1..99], it is the string matching the
the corresponding parenthesized group (using the default syntax, the corresponding parenthesized group (using the default syntax,
groups are parenthesized using \code{\\(} and \code{\\)}). If no groups are parenthesized using \code{{\e}(} and \code{{\e})}). If no
such group exists, the corresponding result is \code{None}. such group exists, the corresponding result is \code{None}.
If the regular expression was compiled by \code{symcomp} instead of If the regular expression was compiled by \code{symcomp} instead of