Skip to content

Commit

Permalink
bpo-33556: Remove reference to thread module from docstring (GH-6963)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5634331)

Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com>
  • Loading branch information
miss-islington and smontanaro committed May 18, 2018
1 parent 09eb6fe commit c6a5cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/threading.py
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ def name(self, name):
def ident(self):
"""Thread identifier of this thread or None if it has not been started.
This is a nonzero integer. See the thread.get_ident() function. Thread
This is a nonzero integer. See the 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.
Expand Down

0 comments on commit c6a5cc8

Please sign in to comment.