]> granicus.if.org Git - python/commitdiff
# Remove an extra blank line from a doc string.
authorGuido van Rossum <guido@python.org>
Sat, 27 Jun 1998 19:45:17 +0000 (19:45 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 27 Jun 1998 19:45:17 +0000 (19:45 +0000)
Modules/threadmodule.c

index e65b03760c79e06d3d35cb8ebaf42fd5445d7dc4..2d8c863e125fa81cfd6d3f146d25274b76b41a2a 100644 (file)
@@ -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\