diff options
author | Fred Drake <fdrake@acm.org> | 1999-06-29 14:57:12 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-06-29 14:57:12 (GMT) |
commit | 4886c66daf8869d2fb891088a7b5066588095dfb (patch) | |
tree | edaee32db94167be26c7db32ca83a55d969dc115 /Doc/lib | |
parent | e4d78189e8e66fa010d28e466d23714d68c760e6 (diff) | |
download | cpython-4886c66daf8869d2fb891088a7b5066588095dfb.zip cpython-4886c66daf8869d2fb891088a7b5066588095dfb.tar.gz cpython-4886c66daf8869d2fb891088a7b5066588095dfb.tar.bz2 |
Moshe: Remove extraneous "and".
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libmutex.tex | 2 |
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: |