From 8f3f8451645f491739a524cfa15550c7300f8ee6 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 18 Mar 2002 16:44:46 +0000 Subject: [PATCH] Remove extra verb; reported by Detlef Lannert. --- Doc/lib/libre.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex index 99f7b3acd44a..c210b8db1d9c 100644 --- a/Doc/lib/libre.tex +++ b/Doc/lib/libre.tex @@ -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} -- 2.47.3