Typo in Locking doc

Fixes typo in the developer doc for lock.

Change-Id: I5bc682d162e9a5c648168ff39e8fffe78b99e04f
This commit is contained in:
Vilobh Meshram 2015-04-28 11:28:10 -07:00
parent 0e67e15ed3
commit a5e7d57c1e
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ only be acquired by one coordinator at a time.
:language: python
The method :meth:`tooz.coordination.CoordinationDriver.get_lock` allows
to create a lock identified by a name. Once the you retrieve this lock, you can
to create a lock identified by a name. Once you retrieve this lock, you can
use it as a context manager or use the :meth:`tooz.locking.Lock.acquire` and
:meth:`tooz.locking.Lock.release` methods to acquire and release the lock.