mirror of https://github.com/python/cpython.git
# Remove an extra blank line from a doc string.
This commit is contained in:
parent
c3bc31e249
commit
d2264bb5c3
|
@ -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\
|
||||
|
|
Loading…
Reference in New Issue