# Remove an extra blank line from a doc string.

This commit is contained in:
Guido van Rossum 1998-06-27 19:45:17 +00:00
parent c3bc31e249
commit d2264bb5c3
1 changed files with 0 additions and 1 deletions

View 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\