summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-06-29 14:57:12 (GMT)
committerFred Drake <fdrake@acm.org>1999-06-29 14:57:12 (GMT)
commit4886c66daf8869d2fb891088a7b5066588095dfb (patch)
treeedaee32db94167be26c7db32ca83a55d969dc115 /Doc
parente4d78189e8e66fa010d28e466d23714d68c760e6 (diff)
downloadcpython-4886c66daf8869d2fb891088a7b5066588095dfb.zip
cpython-4886c66daf8869d2fb891088a7b5066588095dfb.tar.gz
cpython-4886c66daf8869d2fb891088a7b5066588095dfb.tar.bz2
Moshe: Remove extraneous "and".
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libmutex.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libmutex.tex b/Doc/lib/libmutex.tex
index 5436944..d6e3707 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: