Merge "Replace 'the' with 'to' in docstring"

This commit is contained in:
Jenkins 2016-09-29 18:22:04 +00:00 committed by Gerrit Code Review
commit 16820d91b1

View File

@ -375,9 +375,9 @@ class DummyConnectionLock(_utils.DummyLock):
class ConnectionLock(DummyConnectionLock):
"""Lock object to protect access the the kombu connection
"""Lock object to protect access to the kombu connection
This is a lock object to protect access the the kombu connection
This is a lock object to protect access to the kombu connection
object between the heartbeat thread and the driver thread.
They are two way to acquire this lock: