]> granicus.if.org Git - python/commitdiff
Use \versionchanged, not \versionadded.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 3 May 2003 10:59:13 +0000 (10:59 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 3 May 2003 10:59:13 +0000 (10:59 +0000)
Doc/lib/libre.tex

index cf05441fbbcc8cbfc0b27c629fd39e5be24de649..0f9619fab577008680c62a9fea6e81e24ca5e1f4 100644 (file)
@@ -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