# Remove an extra blank line from a doc string.
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 @@
 "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\