issue #156: docs typo

This commit is contained in:
David Wilson 2018-03-20 09:06:19 +05:45
parent 512ff77a46
commit b5398bd17f
1 changed files with 1 additions and 1 deletions

View File

@ -883,7 +883,7 @@ written to the first socket in the list before finally releasing `lock`.
Latch.close()
~~~~~~~~~~~
:py:meth:`mitogen.core.Latch.putclose` acquires `lock`, sets `closed` to
:py:meth:`mitogen.core.Latch.close` acquires `lock`, sets `closed` to
:py:data:`True`, then writes a byte to every socket in `wake_socks`. As above,
on waking from sleep, after removing itself from `wake_socks`, each sleeping
thread tests if `closed` is :py:data:`True`, and if so throws