mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-123492: Remove unnecessary :func:
parentheses (#123493)
This commit is contained in:
parent
8aaf7525ab
commit
103a0470e3
78 changed files with 154 additions and 154 deletions
|
@ -425,7 +425,7 @@ The :mod:`signal` module defines the following functions:
|
|||
signal to a particular Python thread would be to force a running system call
|
||||
to fail with :exc:`InterruptedError`.
|
||||
|
||||
Use :func:`threading.get_ident()` or the :attr:`~threading.Thread.ident`
|
||||
Use :func:`threading.get_ident` or the :attr:`~threading.Thread.ident`
|
||||
attribute of :class:`threading.Thread` objects to get a suitable value
|
||||
for *thread_id*.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue