Don't use a role that doesn't exist for PEPs

This commit is contained in:
Nick Coghlan 2012-05-06 15:55:36 +10:00
parent d9da11501a
commit 47e009b183
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ cleanup handlers, be prepared to handle ``InterruptedError``
explicitly. An example of such code might be a file-based lock explicitly. An example of such code might be a file-based lock
implementation. implementation.
:func:`signal.pthread_sigmask` can be used to block signals inside ``signal.pthread_sigmask`` can be used to block signals inside
cleanup handlers which can be interrupted with ``EINTR``. cleanup handlers which can be interrupted with ``EINTR``.