]> granicus.if.org Git - python/commitdiff
Remove extra verb; reported by Detlef Lannert.
authorFred Drake <fdrake@acm.org>
Mon, 18 Mar 2002 16:45:01 +0000 (16:45 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 18 Mar 2002 16:45:01 +0000 (16:45 +0000)
Doc/lib/libre.tex

index aaa282eba0ddd711b0bad9200a6ff191c899c682..26fbb5e1230049a724844f6b5ea9512eed311589 100644 (file)
@@ -303,8 +303,7 @@ is not preceded by a match for \regexp{...}.  This is called a
 \dfn{negative lookbehind assertion}.  Similar to positive lookbehind
 assertions, the contained pattern must only match strings of some
 fixed length.  Patterns which start with negative lookbehind
-assertions will may match at the beginning of the string being
-searched.
+assertions may match at the beginning of the string being searched.
 
 \end{list}