Fix a typo: syncronization -> synchronization (#4826)

This commit is contained in:
Felix Yan 2017-06-12 10:20:51 -05:00 committed by Brad Warren
parent cafd4802b7
commit 4866e9fe61

View file

@ -276,7 +276,7 @@ def lock_and_call(func, lock_path):
def hold_lock(cv, lock_path): # pragma: no cover
"""Acquire a file lock at lock_path and wait to release it.
:param multiprocessing.Condition cv: condition for syncronization
:param multiprocessing.Condition cv: condition for synchronization
:param str lock_path: path to the file lock
"""