From: Fred Drake Date: Tue, 29 Jun 1999 14:57:12 +0000 (+0000) Subject: Moshe: Remove extraneous "and". X-Git-Tag: v1.6a1~1136 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4886c66daf8869d2fb891088a7b5066588095dfb;p=thirdparty%2FPython%2Fcpython.git Moshe: Remove extraneous "and". --- diff --git a/Doc/lib/libmutex.tex b/Doc/lib/libmutex.tex index 54369449a98d..d6e3707b5370 100644 --- a/Doc/lib/libmutex.tex +++ b/Doc/lib/libmutex.tex @@ -8,7 +8,7 @@ The \module{mutex} defines a class that allows mutual-exclusion via aquiring and releasing locks. It does not require (or imply) -and threading or multi-tasking, though it could be useful for +threading or multi-tasking, though it could be useful for those purposes. The \module{mutex} module defines the following class: