Missing part from r78654

This commit is contained in:
Florent Xicluna 2010-03-04 16:10:55 +00:00
parent fb190f64b2
commit b519d23c16

View file

@ -179,7 +179,7 @@ class Process(object):
@property
def ident(self):
'''
Return indentifier (PID) of process or `None` if it has yet to start
Return identifier (PID) of process or `None` if it has yet to start
'''
if self is _current_process:
return os.getpid()