summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/threadmodule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/threadmodule.c b/Modules/threadmodule.c
index e65b037..2d8c863 100644
--- a/Modules/threadmodule.c
+++ b/Modules/threadmodule.c
@@ -421,7 +421,6 @@ static char lock_doc[] =
"A lock object is a synchronization primitive. To create a lock,\n\
call the allocate_lock() function. Methods are:\n\
\n\
-\n\
acquire() -- lock the lock, possibly blocking until it can be obtained\n\
release() -- unlock of the lock\n\
locked() -- test whether the lock is currently locked\n\