mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
typos, layout and other small things
This commit is contained in:
parent
eae3f73b1c
commit
96628a90c4
44 changed files with 174 additions and 120 deletions
|
|
@ -58,7 +58,7 @@ another thread is created.
|
|||
Lock objects have the following methods:
|
||||
|
||||
\renewcommand{\indexsubitem}{(lock method)}
|
||||
\begin{funcdesc}{acquire}{waitflag}
|
||||
\begin{funcdesc}{acquire}{\optional{waitflag}}
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue