Kaydet (Commit) b519d23c authored tarafından Florent Xicluna's avatar Florent Xicluna

Missing part from r78654

üst fb190f64
...@@ -179,7 +179,7 @@ class Process(object): ...@@ -179,7 +179,7 @@ class Process(object):
@property @property
def ident(self): 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: if self is _current_process:
return os.getpid() 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