summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-03-18 16:44:46 (GMT)
committerFred Drake <fdrake@acm.org>2002-03-18 16:44:46 (GMT)
commit8f3f8451645f491739a524cfa15550c7300f8ee6 (patch)
treeee7083b259540e740569aa81148fc45e408abd9b
parent868c4f09eca087131bfcbb98090eebfa91b96849 (diff)
downloadcpython-8f3f8451645f491739a524cfa15550c7300f8ee6.zip
cpython-8f3f8451645f491739a524cfa15550c7300f8ee6.tar.gz
cpython-8f3f8451645f491739a524cfa15550c7300f8ee6.tar.bz2
Remove extra verb; reported by Detlef Lannert.
-rw-r--r--Doc/lib/libre.tex3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex
index 99f7b3a..c210b8d 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}