Fix two typos in multiprocessing (GH-19571) (GH-19578)

(cherry picked from commit c606624af8)

Co-authored-by: Galden <wudenggang0@163.com>

Co-authored-by: Galden <wudenggang0@163.com>
This commit is contained in:
Miss Islington (bot) 2020-04-18 00:24:15 -07:00 committed by GitHub
parent 9796fe88da
commit 904dd068fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ if view_types[0] is not list: # only needed in Py3.0
class Token(object):
'''
Type to uniquely indentify a shared object
Type to uniquely identify a shared object
'''
__slots__ = ('typeid', 'address', 'id')
@ -821,7 +821,7 @@ class BaseProxy(object):
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