mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
Moshe: Remove extraneous "and".
This commit is contained in:
parent
e4d78189e8
commit
4886c66daf
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue