diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-04-05 02:21:09 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-04-05 02:21:09 (GMT) |
commit | d3dab2b19288139dfa6fc7c4f3302b734573f9dd (patch) | |
tree | 539ad29bdea7cefa53f5b0cd844005a9ec264687 /Doc/lib/libmutex.tex | |
parent | c334df5727ad9cb4a5de85f69b03808b9856b55c (diff) | |
download | cpython-d3dab2b19288139dfa6fc7c4f3302b734573f9dd.zip cpython-d3dab2b19288139dfa6fc7c4f3302b734573f9dd.tar.gz cpython-d3dab2b19288139dfa6fc7c4f3302b734573f9dd.tar.bz2 |
Update doc to reflect Tim's changes to bool.
Diffstat (limited to 'Doc/lib/libmutex.tex')
-rw-r--r-- | Doc/lib/libmutex.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libmutex.tex b/Doc/lib/libmutex.tex index e2c34f2..4893690 100644 --- a/Doc/lib/libmutex.tex +++ b/Doc/lib/libmutex.tex @@ -41,7 +41,7 @@ Check whether the mutex is locked. \begin{methoddesc}{testandset}{} ``Atomic'' test-and-set, grab the lock if it is not set, -and return true, otherwise, return false. +and return \code{True}, otherwise, return \code{False}. \end{methoddesc} \begin{methoddesc}{lock}{function, argument} |