Skip to content

Commit abde17e

Browse files
miss-islingtonsmontanaro
authored andcommitted
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 bef7031 commit abde17e

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
@@ -1069,7 +1069,7 @@ def name(self, name):
10691069
def ident(self):
10701070
"""Thread identifier of this thread or None if it has not been started.
10711071
1072-
This is a nonzero integer. See the thread.get_ident() function. Thread
1072+
This is a nonzero integer. See the get_ident() function. Thread
10731073
identifiers may be recycled when a thread exits and another thread is
10741074
created. The identifier is available even after the thread has exited.
10751075

0 commit comments

Comments
 (0)