Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b519d23

Browse files
committed
Missing part from r78654
1 parent fb190f6 commit b519d23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/multiprocessing/process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def exitcode(self):
179179
@property
180180
def ident(self):
181181
'''
182-
Return indentifier (PID) of process or `None` if it has yet to start
182+
Return identifier (PID) of process or `None` if it has yet to start
183183
'''
184184
if self is _current_process:
185185
return os.getpid()

0 commit comments

Comments
 (0)