]> granicus.if.org Git - python/commitdiff
Minor markup nit to ease conversion processing.
authorFred Drake <fdrake@acm.org>
Mon, 30 Nov 1998 16:26:50 +0000 (16:26 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 30 Nov 1998 16:26:50 +0000 (16:26 +0000)
Doc/lib/libthread.tex

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