]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Moshe: Remove extraneous "and".
authorFred Drake <fdrake@acm.org>
Tue, 29 Jun 1999 14:57:12 +0000 (14:57 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 29 Jun 1999 14:57:12 +0000 (14:57 +0000)
Doc/lib/libmutex.tex

index 54369449a98d9b573b4a8406b213f4657e9fa5fb..d6e3707b5370b2379189533f1a106eb7a5dfe209 100644 (file)
@@ -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: