Skip to content

Commit c6a5cc8

Browse files
bpo-33556: Remove reference to thread module from docstring (GH-6963)
(cherry picked from commit 5634331) Co-authored-by: Skip Montanaro <[email protected]>
1 parent 09eb6fe commit c6a5cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/threading.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ def name(self, name):
10931093
def ident(self):
10941094
"""Thread identifier of this thread or None if it has not been started.
10951095
1096-
This is a nonzero integer. See the thread.get_ident() function. Thread
1096+
This is a nonzero integer. See the get_ident() function. Thread
10971097
identifiers may be recycled when a thread exits and another thread is
10981098
created. The identifier is available even after the thread has exited.
10991099

0 commit comments

Comments
 (0)