diff options
author | Fred Drake <fdrake@acm.org> | 2002-03-18 16:45:01 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-03-18 16:45:01 (GMT) |
commit | a8b663806b5576385748bca5d7f361e0c31caaba (patch) | |
tree | 10ef6a402a0d2692d8aae538bda5809fc8edaf01 /Doc | |
parent | ca9a4a6e175803b212bbb024fb54ef6d560c27d8 (diff) | |
download | cpython-a8b663806b5576385748bca5d7f361e0c31caaba.zip cpython-a8b663806b5576385748bca5d7f361e0c31caaba.tar.gz cpython-a8b663806b5576385748bca5d7f361e0c31caaba.tar.bz2 |
Remove extra verb; reported by Detlef Lannert.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libre.tex | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex index aaa282e..26fbb5e 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} |