We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09eb6fe commit c6a5cc8Copy full SHA for c6a5cc8
Lib/threading.py
@@ -1093,7 +1093,7 @@ def name(self, name):
1093
def ident(self):
1094
"""Thread identifier of this thread or None if it has not been started.
1095
1096
- This is a nonzero integer. See the thread.get_ident() function. Thread
+ This is a nonzero integer. See the get_ident() function. Thread
1097
identifiers may be recycled when a thread exits and another thread is
1098
created. The identifier is available even after the thread has exited.
1099
0 commit comments