From: Florent Xicluna Date: Thu, 4 Mar 2010 16:10:55 +0000 (+0000) Subject: Missing part from r78654 X-Git-Tag: v3.2a1~1572 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b519d23c167951f4f8a58137e322b09f5616019e;p=python Missing part from r78654 --- diff --git a/Lib/multiprocessing/process.py b/Lib/multiprocessing/process.py index 1a5c25fbb1..c96a4b7275 100644 --- a/Lib/multiprocessing/process.py +++ b/Lib/multiprocessing/process.py @@ -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()