Skip to content

Commit

Permalink
point to the module-level get_ident function rather than the one in _…
Browse files Browse the repository at this point in the history
…thread (python#3782)
  • Loading branch information
benjaminp authored Sep 27, 2017
1 parent 14086cf commit 236329e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Doc/library/threading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -291,10 +291,10 @@ since it is impossible to detect the termination of alien threads.
.. attribute:: ident

The 'thread identifier' of this thread or ``None`` if the thread has not
been started. This is a nonzero integer. See the
:func:`_thread.get_ident()` function. Thread identifiers may be recycled
when a thread exits and another thread is created. The identifier is
available even after the thread has exited.
been started. This is a nonzero integer. See the :func:`get_ident`
function. Thread identifiers may be recycled when a thread exits and
another thread is created. The identifier is available even after the
thread has exited.

.. method:: is_alive()

Expand Down

0 comments on commit 236329e

Please sign in to comment.