Commit 5634331a authored by Skip Montanaro's avatar Skip Montanaro Committed by Zachary Ware

bpo-33556: Remove reference to thread module from docstring (GH-6963)

parent bde3e0bf
...@@ -1069,7 +1069,7 @@ class Thread: ...@@ -1069,7 +1069,7 @@ class Thread:
def ident(self): def ident(self):
"""Thread identifier of this thread or None if it has not been started. """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 identifiers may be recycled when a thread exits and another thread is
created. The identifier is available even after the thread has exited. created. The identifier is available even after the thread has exited.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment