Don't use a role that doesn't exist for PEPs
This commit is contained in:
parent
d9da11501a
commit
47e009b183
|
@ -310,7 +310,7 @@ cleanup handlers, be prepared to handle ``InterruptedError``
|
|||
explicitly. An example of such code might be a file-based lock
|
||||
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``.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue