From: Fred Drake Date: Mon, 18 Mar 2002 16:45:01 +0000 (+0000) Subject: Remove extra verb; reported by Detlef Lannert. X-Git-Tag: v2.3c1~6449 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8b663806b5576385748bca5d7f361e0c31caaba;p=thirdparty%2FPython%2Fcpython.git Remove extra verb; reported by Detlef Lannert. --- diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex index aaa282eba0dd..26fbb5e12300 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}