From f4d08cc071459f77a56f11c0dbbc5095c94fbda1 Mon Sep 17 00:00:00 2001 From: Galden Date: Fri, 17 Apr 2020 23:01:54 +0800 Subject: [PATCH] typo fix : identify referent typo fix : identify referent --- Lib/multiprocessing/managers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/multiprocessing/managers.py b/Lib/multiprocessing/managers.py index 9d490a1d8b3525..0eb16c664cfab3 100644 --- a/Lib/multiprocessing/managers.py +++ b/Lib/multiprocessing/managers.py @@ -60,7 +60,7 @@ def rebuild_as_list(obj): class Token(object): ''' - Type to uniquely indentify a shared object + Type to uniquely identify a shared object ''' __slots__ = ('typeid', 'address', 'id') @@ -795,7 +795,7 @@ def _connect(self): def _callmethod(self, methodname, args=(), kwds={}): ''' - Try to call a method of the referrent and return a copy of the result + Try to call a method of the referent and return a copy of the result ''' try: conn = self._tls.connection