Remove extra indenatation from sample interpreter session.
Remove whitespace from the middle of an inline RE example; it was OK for the typeset formats, but LaTeX2HTML is more touchy about this.
This commit is contained in:
parent
dfd0b296d7
commit
9479c958c5
|
@ -867,7 +867,7 @@ of backtracking, you may encounter a RuntimeError exception with the message
|
|||
\end{verbatim}
|
||||
|
||||
You can often restructure your regular expression to avoid backtracking.
|
||||
The above regular expression can be recast as \regexp{\textless
|
||||
[\textasciicircum \textgreater]*\textgreater}. As a further
|
||||
benefit, such regular expressions will run faster than their backtracking
|
||||
equivalents.
|
||||
The above regular expression can be recast as
|
||||
\regexp{\textless[\textasciicircum \textgreater]*\textgreater}. As a
|
||||
further benefit, such regular expressions will run faster than their
|
||||
backtracking equivalents.
|
||||
|
|
Loading…
Reference in New Issue