Commit ec31047c authored by Martin v. Löwis's avatar Martin v. Löwis

Use \versionchanged, not \versionadded.

parent 7829e566
......@@ -915,7 +915,7 @@ RuntimeError: maximum recursion limit exceeded
You can often restructure your regular expression to avoid recursion.
\versionadded[Simple uses of the \regexp{*?} pattern are now
\versionchanged[Simple uses of the \regexp{*?} pattern are now
special-cased to avoid recursion. Thus, the above regular expression
can avoid recursion by being recast as \regexp{Begin [a-zA-Z0-9_ ]*?end}.
As a further benefit, such regular expressions will run faster than
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment