Minor markup nit to ease conversion processing.

This commit is contained in:
Fred Drake 1998-11-30 16:26:50 +00:00
parent f6c59e8fff
commit d61975e179
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@ Without the optional argument, this method acquires the lock
unconditionally, if necessary waiting until it is released by another unconditionally, if necessary waiting until it is released by another
thread (only one thread at a time can acquire a lock --- that's their thread (only one thread at a time can acquire a lock --- that's their
reason for existence), and returns \code{None}. If the integer reason for existence), and returns \code{None}. If the integer
\var{waitflag} argument is present, the action depends on its value:\ \var{waitflag} argument is present, the action depends on its
if it is zero, the lock is only acquired if it can be acquired value: if it is zero, the lock is only acquired if it can be acquired
immediately without waiting, while if it is nonzero, the lock is immediately without waiting, while if it is nonzero, the lock is
acquired unconditionally as before. If an argument is present, the acquired unconditionally as before. If an argument is present, the
return value is \code{1} if the lock is acquired successfully, return value is \code{1} if the lock is acquired successfully,