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 bef7031 commit abde17eCopy full SHA for abde17e
Lib/threading.py
@@ -1069,7 +1069,7 @@ def name(self, name):
1069
def ident(self):
1070
"""Thread identifier of this thread or None if it has not been started.
1071
1072
- This is a nonzero integer. See the thread.get_ident() function. Thread
+ This is a nonzero integer. See the get_ident() function. Thread
1073
identifiers may be recycled when a thread exits and another thread is
1074
created. The identifier is available even after the thread has exited.
1075
0 commit comments