Commit b519d23c authored by Florent Xicluna's avatar Florent Xicluna

Missing part from r78654

parent fb190f64
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment