Commit d2264bb5 authored by Guido van Rossum's avatar Guido van Rossum

# Remove an extra blank line from a doc string.

parent c3bc31e2
...@@ -421,7 +421,6 @@ static char lock_doc[] = ...@@ -421,7 +421,6 @@ static char lock_doc[] =
"A lock object is a synchronization primitive. To create a lock,\n\ "A lock object is a synchronization primitive. To create a lock,\n\
call the allocate_lock() function. Methods are:\n\ call the allocate_lock() function. Methods are:\n\
\n\ \n\
\n\
acquire() -- lock the lock, possibly blocking until it can be obtained\n\ acquire() -- lock the lock, possibly blocking until it can be obtained\n\
release() -- unlock of the lock\n\ release() -- unlock of the lock\n\
locked() -- test whether the lock is currently locked\n\ locked() -- test whether the lock is currently locked\n\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment