]> granicus.if.org Git - python/commitdiff
typo
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 9 Oct 2000 19:48:11 +0000 (19:48 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 9 Oct 2000 19:48:11 +0000 (19:48 +0000)
Misc/NEWS

index 287b50c72847eb3477bc05eb793eea394f284aad..221520ba4f75f50ad1d303aa2b46b17e2578bbed 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,7 +46,7 @@ Standard library
   methods in SRE, the standard regular expression engine.
 
 - In SRE, fix error with negative lookahead and lookbehind that
-  manifested itself as a runtime error in patterns like "?<!abc)(def)".
+  manifested itself as a runtime error in patterns like "(?<!abc)(def)".
 
 - Tkinter now supports Unicode strings and will set a Python exception
   when an error occurs handling a specific Unicode string.