summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libthread.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-11-30 16:26:50 (GMT)
committerFred Drake <fdrake@acm.org>1998-11-30 16:26:50 (GMT)
commitd61975e179f658c21546efad109271483cbf6669 (patch)
tree22169a06b16edbf91f913b21d03bf650c7b33471 /Doc/lib/libthread.tex
parentf6c59e8fff021874156a061ebba0baf13e8f17da (diff)
downloadcpython-d61975e179f658c21546efad109271483cbf6669.zip
cpython-d61975e179f658c21546efad109271483cbf6669.tar.gz
cpython-d61975e179f658c21546efad109271483cbf6669.tar.bz2
Minor markup nit to ease conversion processing.
Diffstat (limited to 'Doc/lib/libthread.tex')
-rw-r--r--Doc/lib/libthread.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libthread.tex b/Doc/lib/libthread.tex
index df87118..777c76f 100644
--- a/Doc/lib/libthread.tex
+++ b/Doc/lib/libthread.tex
@@ -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,